pinctrl: sunxi: add Allwinner A100/A133 pinctrl description
authorAndre Przywara <andre.przywara@arm.com>
Wed, 25 Oct 2023 23:38:59 +0000 (00:38 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 27 Mar 2025 00:26:35 +0000 (00:26 +0000)
commit17c1add327713cb7df80cf52cac0beaf9986542a
treeb23a6c3e1aa944af8cd5e477ce5265a805fca722
parent7d1936aef7c4046a89660b8f5763bde592946840
pinctrl: sunxi: add Allwinner A100/A133 pinctrl description

The Allwinner A100 SoC has been around for a while, and has now seemingly
been replaced with its close sibling A133.

Add the required mapping between the pinmux group strings and their
respective mux value, as far as used by U-Boot proper. Linux has some
basic (clock and pinctrl) support for a while, so we can build on the
names already used there.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
drivers/pinctrl/sunxi/Kconfig
drivers/pinctrl/sunxi/pinctrl-sunxi.c