From: Thomas Petazzoni Date: Thu, 13 Sep 2012 15:41:49 +0000 (+0200) Subject: ARM: mvebu: Add pinctrl support to Armada 370 SoC X-Git-Tag: next-20120924~18^2~1^2~2^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d81b8bafc44b369b326b02af907554769e1b1434;p=karo-tx-linux.git ARM: mvebu: Add pinctrl support to Armada 370 SoC This commits adds the necessary device tree information to define the compatible property for the pinctrl driver instance of Armada 370 SoC. Signed-off-by: Thomas Petazzoni Acked-by: Linus Walleij Acked-by: Thomas Petazzoni Tested-by: Thomas Petazzoni Reviewed-by: Stephen Warren Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi index 3228ccc83332..2bfb904a8248 100644 --- a/arch/arm/boot/dts/armada-370.dtsi +++ b/arch/arm/boot/dts/armada-370.dtsi @@ -31,5 +31,10 @@ compatible = "marvell,armada-370-xp-system-controller"; reg = <0xd0018200 0x100>; }; + + pinctrl { + compatible = "marvell,mv88f6710-pinctrl"; + reg = <0xd0018000 0x38>; + }; }; };