Message ID | 1345623750-10645-9-git-send-email-sebastian.hesselbarth@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 08/22/2012 02:22 AM, Sebastian Hesselbarth wrote: > This commits adds the necessary device tree information to define the > compatible property for the pinctrl driver instance of Armada 370 SoC. > diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi > + > + pinctrl@d0018000 { > + compatible = "marvell,mv88f6710-pinctrl"; > + }; The indentation here is a mix of spaces and TABs.
diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi index 3228ccc..875fcd8 100644 --- a/arch/arm/boot/dts/armada-370.dtsi +++ b/arch/arm/boot/dts/armada-370.dtsi @@ -31,5 +31,9 @@ compatible = "marvell,armada-370-xp-system-controller"; reg = <0xd0018200 0x100>; }; + + pinctrl@d0018000 { + compatible = "marvell,mv88f6710-pinctrl"; + }; }; };