diff options
author | Andre Przywara <andre.przywara@arm.com> | 2016-03-08 16:37:59 +0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-11 22:46:27 +0700 |
commit | 96851d391d02142f358fe7030f8795f84921329b (patch) | |
tree | de5f64b2521fb6828993d5823e180ee0b3deec3a /drivers/pinctrl/sunxi/Kconfig | |
parent | cc998d8bc74341f6bbbcd63ab4449a6acfc45ee9 (diff) | |
download | blackbird-obmc-linux-96851d391d02142f358fe7030f8795f84921329b.tar.gz blackbird-obmc-linux-96851d391d02142f358fe7030f8795f84921329b.zip |
drivers: pinctrl: add driver for Allwinner A64 SoC
Based on the Allwinner A64 user manual and on the previous sunxi
pinctrl drivers this introduces the pin multiplex assignments for
the ARMv8 Allwinner A64 SoC.
Port A is apparently used for the fixed function DRAM controller, so
the ports start at B here (the manual mentions "n from 1 to 7", so
not starting at 0).
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r-- | drivers/pinctrl/sunxi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig index 1868b8267f10..aaf075b972f5 100644 --- a/drivers/pinctrl/sunxi/Kconfig +++ b/drivers/pinctrl/sunxi/Kconfig @@ -68,4 +68,8 @@ config PINCTRL_SUN9I_A80_R depends on RESET_CONTROLLER select PINCTRL_SUNXI +config PINCTRL_SUN50I_A64 + bool + select PINCTRL_SUNXI + endif |