Skip to content

Commit

Permalink
arm: mvebu: add DT information for the SDIO interface of Armada 370/XP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Petazzoni authored and Arnd Bergmann committed Feb 28, 2013
1 parent 0db9854 commit 42bb531
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/armada-370-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
};

0 comments on commit 42bb531

Please sign in to comment.