1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 13:13:55 +02:00
openwrt/target/linux/bcm63xx
Daniel González Cabanelas 50cb3a750f bcm63xx: pinctrl: fix BCM6348 groups
The current driver has some troubles:
 - Some groupings are wrong.
 - The pinctrl group0 owns pins never used (at least in Openwrt) for any
   pinmux. The driver hijacks all the pins on the group avoiding any other
   use, spite they're free. I.e. for buttons, causing this kernel error:
   [  4.735928] gpio-keys-polled keys: unable to claim gpio 479, err=-22
   [  4.742642] gpio-keys-polled: probe of keys failed with error -22
 - Minor errors about groupings on the documentation
 - Missing "diag" grouping in dtsi
 - Wrong groupings in dtsi

Fix it by setting the correct groups.
And relax the pin capturing, letting the gpios belonging to any group to
be used for other purposes like buttons. This was the behavior with stock
firmwares and old OpenWrt versions which never caused any trouble.

Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
2021-02-23 11:01:20 +01:00
..
base-files bcm63xx: add support for Innacomm W3400V6 2020-12-09 08:42:26 +01:00
dts bcm63xx: pinctrl: fix BCM6348 groups 2021-02-23 11:01:20 +01:00
generic brcm63xx: rename target to bcm63xx 2020-02-14 14:10:51 +01:00
image bcm63xx: limit name metadata to model name 2021-02-22 18:29:44 +01:00
patches-5.4 bcm63xx: pinctrl: fix BCM6348 groups 2021-02-23 11:01:20 +01:00
patches-5.10 bcm63xx: pinctrl: fix BCM6348 groups 2021-02-23 11:01:20 +01:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
smp kernel: move some disabled symbols to generic 2020-12-22 19:11:50 +01:00
config-5.4 bcm63xx: kernel: reenable the TRNG 2021-02-07 19:06:52 +01:00
config-5.10 bcm63xx: add kernel 5.10 support 2021-02-17 20:40:16 +01:00
Makefile bcm63xx: add kernel 5.10 support 2021-02-17 20:40:16 +01:00
modules.mk target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00