Re: [PATCH v2 8/9] ARM: mvebu: Add pinctrl support to Armada 370 SoC
From: Stephen Warren <hidden>
Date: 2012-08-22 20:46:28
Also in:
linux-arm-kernel, lkml
From: Stephen Warren <hidden>
Date: 2012-08-22 20:46:28
Also in:
linux-arm-kernel, lkml
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.