aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4.dtsi
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2012-10-24 04:47:52 -0400
committerBenoit Cousson <b-cousson@ti.com>2012-10-29 11:56:32 -0400
commit4c94ac29b5c1f0cef2281df97609f2cbcc09cf9c (patch)
treede1cc8ac3acf60a24cab5d9ad7de8c51f5f40f4e /arch/arm/boot/dts/omap4.dtsi
parent3ce0a99cd4c23762441f0efb18c0e0ef1e9d8bfc (diff)
ARM: dts: OMAP: Move interrupt-parent to the root node to avoid duplication
The interrupt-parent attribute does not have to be added in each node since the fmwk will check for the parent as well to get it. Create an interrupt-parent for OMAP2, OMAP3, AM33xx and remove the attributes from every nodes that were using it. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Vaibhav Hiremath <hvaibhav@ti.com> Cc: Peter Ujfalusi <peter.ujfalusi@ti.com> Cc: Sebastien Guiriec <s-guiriec@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4.dtsi6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 812461efdea6..2ab6e68ccbf7 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -340,7 +340,6 @@
340 <0x49032000 0x7f>; /* L3 Interconnect */ 340 <0x49032000 0x7f>; /* L3 Interconnect */
341 reg-names = "mpu", "dma"; 341 reg-names = "mpu", "dma";
342 interrupts = <0 112 0x4>; 342 interrupts = <0 112 0x4>;
343 interrupt-parent = <&gic>;
344 ti,hwmods = "mcpdm"; 343 ti,hwmods = "mcpdm";
345 }; 344 };
346 345
@@ -350,7 +349,6 @@
350 <0x4902e000 0x7f>; /* L3 Interconnect */ 349 <0x4902e000 0x7f>; /* L3 Interconnect */
351 reg-names = "mpu", "dma"; 350 reg-names = "mpu", "dma";
352 interrupts = <0 114 0x4>; 351 interrupts = <0 114 0x4>;
353 interrupt-parent = <&gic>;
354 ti,hwmods = "dmic"; 352 ti,hwmods = "dmic";
355 }; 353 };
356 354
@@ -361,7 +359,6 @@
361 reg-names = "mpu", "dma"; 359 reg-names = "mpu", "dma";
362 interrupts = <0 17 0x4>; 360 interrupts = <0 17 0x4>;
363 interrupt-names = "common"; 361 interrupt-names = "common";
364 interrupt-parent = <&gic>;
365 ti,buffer-size = <128>; 362 ti,buffer-size = <128>;
366 ti,hwmods = "mcbsp1"; 363 ti,hwmods = "mcbsp1";
367 }; 364 };
@@ -373,7 +370,6 @@
373 reg-names = "mpu", "dma"; 370 reg-names = "mpu", "dma";
374 interrupts = <0 22 0x4>; 371 interrupts = <0 22 0x4>;
375 interrupt-names = "common"; 372 interrupt-names = "common";
376 interrupt-parent = <&gic>;
377 ti,buffer-size = <128>; 373 ti,buffer-size = <128>;
378 ti,hwmods = "mcbsp2"; 374 ti,hwmods = "mcbsp2";
379 }; 375 };
@@ -385,7 +381,6 @@
385 reg-names = "mpu", "dma"; 381 reg-names = "mpu", "dma";
386 interrupts = <0 23 0x4>; 382 interrupts = <0 23 0x4>;
387 interrupt-names = "common"; 383 interrupt-names = "common";
388 interrupt-parent = <&gic>;
389 ti,buffer-size = <128>; 384 ti,buffer-size = <128>;
390 ti,hwmods = "mcbsp3"; 385 ti,hwmods = "mcbsp3";
391 }; 386 };
@@ -396,7 +391,6 @@
396 reg-names = "mpu"; 391 reg-names = "mpu";
397 interrupts = <0 16 0x4>; 392 interrupts = <0 16 0x4>;
398 interrupt-names = "common"; 393 interrupt-names = "common";
399 interrupt-parent = <&gic>;
400 ti,buffer-size = <128>; 394 ti,buffer-size = <128>;
401 ti,hwmods = "mcbsp4"; 395 ti,hwmods = "mcbsp4";
402 }; 396 };