From: Thomas Petazzoni <thomas.petazz...@free-electrons.com> 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 <thomas.petazz...@free-electrons.com> --- Cc: Grant Likely <grant.lik...@secretlab.ca> Cc: Rob Herring <rob.herr...@calxeda.com> Cc: Rob Landley <r...@landley.net> Cc: Russell King <li...@arm.linux.org.uk> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Lior Amsalem <al...@marvell.com> Cc: Andrew Lunn <and...@lunn.ch> Cc: Gregory CLEMENT <gregory.clem...@free-electrons.com> Cc: Ben Dooks <ben.do...@codethink.co.uk> Cc: Sebastian Hesselbarth <sebastian.hesselba...@gmail.com> Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com> Cc: devicetree-disc...@lists.ozlabs.org Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/boot/dts/armada-370.dtsi | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/