bcm63xx: pinctrl: fix BCM6348 groups
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Tue, 19 May 2020 13:56:29 +0000 (15:56 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 23 Feb 2021 10:01:20 +0000 (11:01 +0100)
commit50cb3a750f96c4a0f97602b7242068e9bb239fc4
tree8c5b4ebb79d2131b494bcff01e428f6038358638
parent09bbf5581713695cbf6bcb5791e9be02ff8c27fe
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>
target/linux/bcm63xx/dts/bcm6348.dtsi
target/linux/bcm63xx/patches-5.10/133-Documentation-add-BCM6348-pincontroller-binding-docu.patch
target/linux/bcm63xx/patches-5.10/134-pinctrl-add-a-pincontrol-driver-for-BCM6348.patch
target/linux/bcm63xx/patches-5.4/133-Documentation-add-BCM6348-pincontroller-binding-docu.patch
target/linux/bcm63xx/patches-5.4/134-pinctrl-add-a-pincontrol-driver-for-BCM6348.patch