diff options
author | Rajendra Nayak <rnayak@ti.com> | 2011-10-04 13:40:27 +0200 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-03-14 21:48:51 +0100 |
commit | 7498176803ca57200ce658da3850abcabb5cff84 (patch) | |
tree | 41c5d5fe36a92a09e5cb1d2b4ecbd2c9ef796b02 /arch/arm/boot/dts/omap4-sdp.dts | |
parent | arm/dts: twl: Pass regulator data from dt (diff) | |
download | linux-7498176803ca57200ce658da3850abcabb5cff84.tar.xz linux-7498176803ca57200ce658da3850abcabb5cff84.zip |
arm/dts: OMAP4: Add mmc controller nodes and board data
Add OMAP mmc related device tree data for OMAP4.
Currenly limited to only omap4-panda and omap4-sdp
boards.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index 31938c1c3f14..67b2e98074c6 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -91,3 +91,27 @@ vdd-supply = <&vdd_eth>; }; }; + +&mmc1 { + vmmc-supply = <&vmmc>; + ti,bus-width = <8>; +}; + +&mmc2 { + vmmc-supply = <&vaux1>; + ti,bus-width = <8>; + ti,non-removable; +}; + +&mmc3 { + status = "disable"; +}; + +&mmc4 { + status = "disable"; +}; + +&mmc5 { + ti,bus-width = <4>; + ti,non-removable; +}; |