diff options
author | Benoit Cousson <b-cousson@ti.com> | 2012-10-24 12:47:52 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 19:56:32 +0400 |
commit | 4c94ac29b5c1f0cef2281df97609f2cbcc09cf9c (patch) | |
tree | de1cc8ac3acf60a24cab5d9ad7de8c51f5f40f4e /arch/arm/boot/dts/omap2420.dtsi | |
parent | 3ce0a99cd4c23762441f0efb18c0e0ef1e9d8bfc (diff) | |
download | linux-4c94ac29b5c1f0cef2281df97609f2cbcc09cf9c.tar.xz |
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/omap2420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index bfd76b4a0ddc..4d5ce91416c3 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -30,7 +30,6 @@ interrupts = <59>, /* TX interrupt */ <60>; /* RX interrupt */ interrupt-names = "tx", "rx"; - interrupt-parent = <&intc>; ti,hwmods = "mcbsp1"; }; @@ -41,7 +40,6 @@ interrupts = <62>, /* TX interrupt */ <63>; /* RX interrupt */ interrupt-names = "tx", "rx"; - interrupt-parent = <&intc>; ti,hwmods = "mcbsp2"; }; }; |