]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pinctrl: sunxi: add Allwinner A523 pinctrl description
authorAndre Przywara <andre.przywara@arm.com>
Thu, 12 Sep 2024 00:54:56 +0000 (01:54 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 27 Jul 2025 21:57:35 +0000 (22:57 +0100)
commit14c66b9e3510aa3a6c0f99ba1534c329e38dd94f
tree7bebbfb410802b6a9ed84cfd01f8aa000a1c5848
parentd508d995d1187c3811ee4746d12f9dc106744756
pinctrl: sunxi: add Allwinner A523 pinctrl description

The new DT pinctrl binding would allow us to read the pinmux values from
the DT, but it is actually easier to just continue with hardcoding the
mux values in the driver, and matching them against the "function" name.

Add the values for the primary and secondary pin controller on the A523.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/pinctrl/sunxi/Kconfig
drivers/pinctrl/sunxi/pinctrl-sunxi.c