drivers: pinctrl: add driver for Allwinner A64 SoC
authorAndre Przywara <andre.przywara@arm.com>
Tue, 8 Mar 2016 09:37:59 +0000 (16:37 +0700)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Mar 2016 15:46:27 +0000 (22:46 +0700)
commit96851d391d02142f358fe7030f8795f84921329b
treede5f64b2521fb6828993d5823e180ee0b3deec3a
parentcc998d8bc74341f6bbbcd63ab4449a6acfc45ee9
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>
Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
drivers/pinctrl/sunxi/Kconfig
drivers/pinctrl/sunxi/Makefile
drivers/pinctrl/sunxi/pinctrl-sun50i-a64.c [new file with mode: 0644]