aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap5.dtsi
diff options
context:
space:
mode:
authorBalaji T K <balajitk@ti.com>2012-08-07 03:18:21 -0400
committerTony Lindgren <tony@atomide.com>2012-08-24 16:01:26 -0400
commit5dd18b0150e6f4eb3a9d06a2621cad8c73a3eccf (patch)
tree48b2eb11bc1d6d3324ee9c72328eb39b9528e102 /arch/arm/boot/dts/omap5.dtsi
parentfea7a08acb13524b47711625eebea40a0ede69a0 (diff)
arm/dts: omap5: Add mmc controller nodes and board data
Add OMAP MMC related device tree data for OMAP5. Signed-off-by: Balaji T K <balajitk@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r--arch/arm/boot/dts/omap5.dtsi31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 57e527083746..881d60cb12ae 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -180,5 +180,36 @@
180 ti,hwmods = "uart6"; 180 ti,hwmods = "uart6";
181 clock-frequency = <48000000>; 181 clock-frequency = <48000000>;
182 }; 182 };
183
184 mmc1: mmc@4809c000 {
185 compatible = "ti,omap4-hsmmc";
186 ti,hwmods = "mmc1";
187 ti,dual-volt;
188 ti,needs-special-reset;
189 };
190
191 mmc2: mmc@480b4000 {
192 compatible = "ti,omap4-hsmmc";
193 ti,hwmods = "mmc2";
194 ti,needs-special-reset;
195 };
196
197 mmc3: mmc@480ad000 {
198 compatible = "ti,omap4-hsmmc";
199 ti,hwmods = "mmc3";
200 ti,needs-special-reset;
201 };
202
203 mmc4: mmc@480d1000 {
204 compatible = "ti,omap4-hsmmc";
205 ti,hwmods = "mmc4";
206 ti,needs-special-reset;
207 };
208
209 mmc5: mmc@480d5000 {
210 compatible = "ti,omap4-hsmmc";
211 ti,hwmods = "mmc5";
212 ti,needs-special-reset;
213 };
183 }; 214 };
184}; 215};