mvebu: switch to 3.10
[openwrt/staging/chunkeey.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 --- a/arch/arm/boot/dts/armada-370-xp.dtsi
11 +++ b/arch/arm/boot/dts/armada-370-xp.dtsi
12 @@ -131,6 +131,14 @@
13 clocks = <&coreclk 0>;
14 status = "disabled";
15 };
16 +
17 + mvsdio@d00d4000 {
18 + compatible = "marvell,orion-sdio";
19 + reg = <0xd00d4000 0x200>;
20 + interrupts = <54>;
21 + clocks = <&gateclk 17>;
22 + status = "disabled";
23 + };
24 };
25 };
26