diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-21 09:49:04 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:09 -0500 |
commit | 42bb531671d5f32af2d0afe4ea7a9eb54992ed21 (patch) | |
tree | 8db1bbd33183fff39363d99755237db1a72834bb /arch/arm/boot/dts/armada-370-xp.dtsi | |
parent | 0db98549bdb4837bd63becc9c0f70929ca8b88f7 (diff) |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-370-xp.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 5b2922599f0e..28276fe79d28 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi | |||
@@ -137,6 +137,14 @@ | |||
137 | reg = <0xd0010300 0x20>; | 137 | reg = <0xd0010300 0x20>; |
138 | interrupts = <50>; | 138 | interrupts = <50>; |
139 | }; | 139 | }; |
140 | |||
141 | mvsdio@d00d4000 { | ||
142 | compatible = "marvell,orion-sdio"; | ||
143 | reg = <0xd00d4000 0x200>; | ||
144 | interrupts = <54>; | ||
145 | clocks = <&gateclk 17>; | ||
146 | status = "disabled"; | ||
147 | }; | ||
140 | }; | 148 | }; |
141 | }; | 149 | }; |
142 | 150 | ||