aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSebastien Guiriec <s-guiriec@ti.com>2012-10-23 04:37:12 -0400
committerBenoit Cousson <b-cousson@ti.com>2012-10-29 11:56:35 -0400
commit9a6423621df893512fd3aeb0e11ca9015c8fba15 (patch)
tree9ce99ee5f7171aad84e09c92322ca902112693a5 /arch
parent8e80f66069d54fd22e1a8e452a760f511f501b48 (diff)
ARM: dts: omap5: Update MMC with address space and interrupts
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/omap5.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 7cc47ad849b3..930dbfe3bcff 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -285,6 +285,8 @@
285 285
286 mmc1: mmc@4809c000 { 286 mmc1: mmc@4809c000 {
287 compatible = "ti,omap4-hsmmc"; 287 compatible = "ti,omap4-hsmmc";
288 reg = <0x4809c000 0x400>;
289 interrupts = <0 83 0x4>;
288 ti,hwmods = "mmc1"; 290 ti,hwmods = "mmc1";
289 ti,dual-volt; 291 ti,dual-volt;
290 ti,needs-special-reset; 292 ti,needs-special-reset;
@@ -292,24 +294,32 @@
292 294
293 mmc2: mmc@480b4000 { 295 mmc2: mmc@480b4000 {
294 compatible = "ti,omap4-hsmmc"; 296 compatible = "ti,omap4-hsmmc";
297 reg = <0x480b4000 0x400>;
298 interrupts = <0 86 0x4>;
295 ti,hwmods = "mmc2"; 299 ti,hwmods = "mmc2";
296 ti,needs-special-reset; 300 ti,needs-special-reset;
297 }; 301 };
298 302
299 mmc3: mmc@480ad000 { 303 mmc3: mmc@480ad000 {
300 compatible = "ti,omap4-hsmmc"; 304 compatible = "ti,omap4-hsmmc";
305 reg = <0x480ad000 0x400>;
306 interrupts = <0 94 0x4>;
301 ti,hwmods = "mmc3"; 307 ti,hwmods = "mmc3";
302 ti,needs-special-reset; 308 ti,needs-special-reset;
303 }; 309 };
304 310
305 mmc4: mmc@480d1000 { 311 mmc4: mmc@480d1000 {
306 compatible = "ti,omap4-hsmmc"; 312 compatible = "ti,omap4-hsmmc";
313 reg = <0x480d1000 0x400>;
314 interrupts = <0 96 0x4>;
307 ti,hwmods = "mmc4"; 315 ti,hwmods = "mmc4";
308 ti,needs-special-reset; 316 ti,needs-special-reset;
309 }; 317 };
310 318
311 mmc5: mmc@480d5000 { 319 mmc5: mmc@480d5000 {
312 compatible = "ti,omap4-hsmmc"; 320 compatible = "ti,omap4-hsmmc";
321 reg = <0x480d5000 0x400>;
322 interrupts = <0 59 0x4>;
313 ti,hwmods = "mmc5"; 323 ti,hwmods = "mmc5";
314 ti,needs-special-reset; 324 ti,needs-special-reset;
315 }; 325 };