From: Thomas Petazzoni Date: Fri, 21 Dec 2012 14:49:04 +0000 (+0100) Subject: arm: mvebu: add DT information for the SDIO interface of Armada 370/XP X-Git-Tag: v3.9-rc1~35^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42bb531671d5f32af2d0afe4ea7a9eb54992ed21;p=platform%2Fkernel%2Flinux-stable.git arm: mvebu: add DT information for the SDIO interface of Armada 370/XP Now that the mvsdio MMC driver has a Device Tree binding, we add the Device Tree informations to describe the SDIO interface available in the Armada 370/XP SoCs. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 5b29225..28276fe 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi @@ -137,6 +137,14 @@ reg = <0xd0010300 0x20>; interrupts = <50>; }; + + mvsdio@d00d4000 { + compatible = "marvell,orion-sdio"; + reg = <0xd00d4000 0x200>; + interrupts = <54>; + clocks = <&gateclk 17>; + status = "disabled"; + }; }; };