]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mvebu: Add pinctrl support to Armada XP SoCs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 13 Sep 2012 15:41:48 +0000 (17:41 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Sep 2012 14:50:21 +0000 (14:50 +0000)
commit9818f3843b5633c7f76727e540d44f29e977f046
treed96fe79cef644e1334694a0576557dceaa1cca70
parent90efb14eb2b19397ccd56b20a397fa8ada57c4c8
ARM: mvebu: Add pinctrl support to Armada XP SoCs

This commits adds the necessary device tree information to define the
compatible property for the pinctrl driver instance of Armada XP SoCs.

Until now, the device tree representation considered the Armada XP as
a single SoC. But in fact, there are three different SoCs in the
Armada XP families, with different number of CPU cores, different
number of Ethernet interfaces... and different number of muxable pins
or functions. We therefore introduce three armada-xp-mv78xx0.dtsi for
the three SoCs of the Armada XP family. The current armada-xp-db.dts
evaluation board uses the MV78460 variant of the SoC.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-xp-mv78230.dtsi [new file with mode: 0644]
arch/arm/boot/dts/armada-xp-mv78260.dtsi [new file with mode: 0644]
arch/arm/boot/dts/armada-xp-mv78460.dtsi [new file with mode: 0644]