arm: mvebu: add DT information for the SDIO interface of Armada 370/XP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 21 Dec 2012 14:49:04 +0000 (15:49 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 Feb 2013 17:57:09 +0000 (18:57 +0100)
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-xp.dtsi

index 5b2922599f0e85c0b8e959993460acb4a41810d4..28276fe79d28a325d7a4f66a2997362be1ce2dfb 100644 (file)
                        reg = <0xd0010300 0x20>;
                        interrupts = <50>;
                };
+
+               mvsdio@d00d4000 {
+                       compatible = "marvell,orion-sdio";
+                       reg = <0xd00d4000 0x200>;
+                       interrupts = <54>;
+                       clocks = <&gateclk 17>;
+                       status = "disabled";
+               };
        };
 };