pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 375
The Marvell Armada 375 is a new ARM SoC from Marvell, part of the mvebu family, but using a Cortex-A9 CPU core. In terms of pin-muxing, it is similar to Armada 370 and XP for the register layout, only different in the number of available pins and their functions. Therefore, we simply use the existing drivers/pinctrl/mvebu/ infrastructure, with no other changes that the list of pins and corresponding functions. Signed-off-by:Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Reviewed-by:
Gregory CLEMENT <gregory.clement@free-electrons.com>
Showing
- Documentation/devicetree/bindings/pinctrl/marvell,armada-375-pinctrl.txt 82 additions, 0 deletions...evicetree/bindings/pinctrl/marvell,armada-375-pinctrl.txt
- drivers/pinctrl/mvebu/Kconfig 4 additions, 0 deletionsdrivers/pinctrl/mvebu/Kconfig
- drivers/pinctrl/mvebu/Makefile 1 addition, 0 deletionsdrivers/pinctrl/mvebu/Makefile
- drivers/pinctrl/mvebu/pinctrl-armada-375.c 459 additions, 0 deletionsdrivers/pinctrl/mvebu/pinctrl-armada-375.c
drivers/pinctrl/mvebu/pinctrl-armada-375.c
0 → 100644
Please register or sign in to comment