diff options
author | Rajendra Nayak <rnayak@ti.com> | 2012-02-22 12:12:27 (GMT) |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-03-14 20:54:57 (GMT) |
commit | b3431f5ba402a98a89b78a9408b4972d8870df4d (patch) | |
tree | 416a752054267e07759f9fd011a791906a06373f /arch/arm/boot/dts/omap3.dtsi | |
parent | 7498176803ca57200ce658da3850abcabb5cff84 (diff) | |
download | linux-b3431f5ba402a98a89b78a9408b4972d8870df4d.tar.xz |
arm/dts: OMAP3: Add mmc controller nodes and board data
Add OMAP mmc related device tree data for OMAP3.
Currenly limited to only omap3-beagle board.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index dc9425c..99474fa 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -199,5 +199,21 @@ ti,hwmods = "mcspi4"; ti,spi-num-cs = <1>; }; + + mmc1: mmc@4809c000 { + compatible = "ti,omap3-hsmmc"; + ti,hwmods = "mmc1"; + ti,dual-volt; + }; + + mmc2: mmc@480b4000 { + compatible = "ti,omap3-hsmmc"; + ti,hwmods = "mmc2"; + }; + + mmc3: mmc@480ad000 { + compatible = "ti,omap3-hsmmc"; + ti,hwmods = "mmc3"; + }; }; }; |