aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4-sdp.dts
diff options
context:
space:
mode:
authorRajendra Nayak <rnayak@ti.com>2011-10-04 07:40:27 -0400
committerBenoit Cousson <b-cousson@ti.com>2012-03-14 16:48:51 -0400
commit7498176803ca57200ce658da3850abcabb5cff84 (patch)
tree41c5d5fe36a92a09e5cb1d2b4ecbd2c9ef796b02 /arch/arm/boot/dts/omap4-sdp.dts
parentecc7b060a76d2b454be79abe2c6b934dee850413 (diff)
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.dts24
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 @@
91 vdd-supply = <&vdd_eth>; 91 vdd-supply = <&vdd_eth>;
92 }; 92 };
93}; 93};
94
95&mmc1 {
96 vmmc-supply = <&vmmc>;
97 ti,bus-width = <8>;
98};
99
100&mmc2 {
101 vmmc-supply = <&vaux1>;
102 ti,bus-width = <8>;
103 ti,non-removable;
104};
105
106&mmc3 {
107 status = "disable";
108};
109
110&mmc4 {
111 status = "disable";
112};
113
114&mmc5 {
115 ti,bus-width = <4>;
116 ti,non-removable;
117};