Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0e30968 authored by Robert Jarzmik's avatar Robert Jarzmik Committed by Linus Walleij
Browse files

pinctrl: pxa: add pxa27x architecture



Add the pxa27x architecture, which is a pxa2xx with 128 pins. The
registers spacing, and pins logic is common to pxa2xx, only the pins and
their alternate function are specific to pxa27x.

Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent aedf08b6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6,4 +6,12 @@ config PINCTRL_PXA
	select PINCONF
	select GENERIC_PINCONF

config PINCTRL_PXA27X
	tristate "Marvell PXA27x pin controller driver"
	select PINCTRL_PXA
	default y if PXA27x
	help
	  This is the pinctrl, pinmux, pinconf driver for the Marvell
	  PXA2xx block found in the pxa25x and pxa27x platforms.

endif
+2 −0
Original line number Diff line number Diff line
# Marvell PXA pin control drivers
obj-$(CONFIG_PINCTRL_PXA27X)	+= pinctrl-pxa2xx.o pinctrl-pxa27x.o
+566 −0

File added.

Preview size limit exceeded, changes collapsed.