]> git.sur5r.net Git - u-boot/commit
pinctrl: armada-37xx: Add pin controller support for Armada 37xx
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 9 May 2017 11:36:21 +0000 (13:36 +0200)
committerStefan Roese <sr@denx.de>
Wed, 31 May 2017 05:33:50 +0000 (07:33 +0200)
commit0871806629b595429695b78ad053d279afbaea95
tree905582449de7e6e673ec87a0766a807f9c4ff734
parent045504bbb89430e72d22803570ce3a2c0cd51a82
pinctrl: armada-37xx: Add pin controller support for Armada 37xx

The Armada 37xx SoC come with 2 pin controllers: one on the south
bridge (managing 28 pins) and one on the north bridge (managing 36 pins).

At the hardware level the controller configure the pins by group and not
pin by pin. This constraint is reflected in the design of the driver:
only the group related functions are implemented.

Ported to U-Boot based on the Linux version by Stefan Roese.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Konstantin Porotchkin <kostap@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c [new file with mode: 0644]