]> 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)
commitde2ab536544df36493def3f0418da641bd72a20c
treede5f64b2521fb6828993d5823e180ee0b3deec3a
parent10a1d97e67788d1790e63c19bdd1a22f8baa2d5d
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]