]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf8168b72bb6ac34e3a47ab0055d1bad0dcd50e2
treede5f64b2521fb6828993d5823e180ee0b3deec3a
parentc1fa870c36314fcd55e3b3f7edd422c0b7d6196d
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]