mvebu: add inital support for Marvell Armada XP/370 SoCs
[openwrt/openwrt.git] / target / linux / mvebu / patches-3.8 / 010-arm_mvebu_add_dt_info_a370.patch
1 Now that the mvsdio MMC driver has a Device Tree binding, we add the
2 Device Tree informations to describe the SDIO interface available in
3 the Armada 370/XP SoCs.
4
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 ---
7 arch/arm/boot/dts/armada-370-xp.dtsi | 8 ++++++++
8 1 file changed, 8 insertions(+)
9
10 diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
11 index cf6c48a..41a5b11 100644
12 --- a/arch/arm/boot/dts/armada-370-xp.dtsi
13 +++ b/arch/arm/boot/dts/armada-370-xp.dtsi
14 @@ -129,6 +129,14 @@
15 clocks = <&coreclk 0>;
16 status = "disabled";
17 };
18 +
19 + mvsdio@d00d4000 {
20 + compatible = "marvell,orion-sdio";
21 + reg = <0xd00d4000 0x200>;
22 + interrupts = <54>;
23 + clocks = <&gateclk 17>;
24 + status = "disabled";
25 + };
26 };
27 };
28
29 --
30 1.7.9.5