]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: sunxi: add Allwinner D1 pinctrl description
authorAndre Przywara <andre.przywara@arm.com>
Mon, 5 Sep 2022 15:25:57 +0000 (16:25 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 22 Oct 2023 22:41:51 +0000 (23:41 +0100)
commitad9dcb50019d3d87aa658079907451a3e371c687
tree6f2c45a89ceabac10b7abfe3f795ae16507b7d4d
parent4a9e89a3e390bbff31aec25f9ec6d32e29e355f5
pinctrl: sunxi: add Allwinner D1 pinctrl description

Apart from using the new pinctrl MMIO register layout, the Allwinner D1
and related SoCs still need to usual set of mux values hardcoded in
U-Boot's pinctrl driver.
Add the values we need so far to this list, so that DM based drivers
will just work without further ado.

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