diff options
author | Benoit Cousson <b-cousson@ti.com> | 2012-10-24 04:47:52 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 11:56:32 -0400 |
commit | 4c94ac29b5c1f0cef2281df97609f2cbcc09cf9c (patch) | |
tree | de1cc8ac3acf60a24cab5d9ad7de8c51f5f40f4e /arch/arm/boot/dts/omap3.dtsi | |
parent | 3ce0a99cd4c23762441f0efb18c0e0ef1e9d8bfc (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/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 696e929d0304..fa155418eaad 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | / { | 13 | / { |
14 | compatible = "ti,omap3430", "ti,omap3"; | 14 | compatible = "ti,omap3430", "ti,omap3"; |
15 | interrupt-parent = <&intc>; | ||
15 | 16 | ||
16 | aliases { | 17 | aliases { |
17 | serial0 = &uart1; | 18 | serial0 = &uart1; |
@@ -240,7 +241,6 @@ | |||
240 | <59>, /* TX interrupt */ | 241 | <59>, /* TX interrupt */ |
241 | <60>; /* RX interrupt */ | 242 | <60>; /* RX interrupt */ |
242 | interrupt-names = "common", "tx", "rx"; | 243 | interrupt-names = "common", "tx", "rx"; |
243 | interrupt-parent = <&intc>; | ||
244 | ti,buffer-size = <128>; | 244 | ti,buffer-size = <128>; |
245 | ti,hwmods = "mcbsp1"; | 245 | ti,hwmods = "mcbsp1"; |
246 | }; | 246 | }; |
@@ -255,7 +255,6 @@ | |||
255 | <63>, /* RX interrupt */ | 255 | <63>, /* RX interrupt */ |
256 | <4>; /* Sidetone */ | 256 | <4>; /* Sidetone */ |
257 | interrupt-names = "common", "tx", "rx", "sidetone"; | 257 | interrupt-names = "common", "tx", "rx", "sidetone"; |
258 | interrupt-parent = <&intc>; | ||
259 | ti,buffer-size = <1280>; | 258 | ti,buffer-size = <1280>; |
260 | ti,hwmods = "mcbsp2", "mcbsp2_sidetone"; | 259 | ti,hwmods = "mcbsp2", "mcbsp2_sidetone"; |
261 | }; | 260 | }; |
@@ -270,7 +269,6 @@ | |||
270 | <90>, /* RX interrupt */ | 269 | <90>, /* RX interrupt */ |
271 | <5>; /* Sidetone */ | 270 | <5>; /* Sidetone */ |
272 | interrupt-names = "common", "tx", "rx", "sidetone"; | 271 | interrupt-names = "common", "tx", "rx", "sidetone"; |
273 | interrupt-parent = <&intc>; | ||
274 | ti,buffer-size = <128>; | 272 | ti,buffer-size = <128>; |
275 | ti,hwmods = "mcbsp3", "mcbsp3_sidetone"; | 273 | ti,hwmods = "mcbsp3", "mcbsp3_sidetone"; |
276 | }; | 274 | }; |
@@ -283,7 +281,6 @@ | |||
283 | <54>, /* TX interrupt */ | 281 | <54>, /* TX interrupt */ |
284 | <55>; /* RX interrupt */ | 282 | <55>; /* RX interrupt */ |
285 | interrupt-names = "common", "tx", "rx"; | 283 | interrupt-names = "common", "tx", "rx"; |
286 | interrupt-parent = <&intc>; | ||
287 | ti,buffer-size = <128>; | 284 | ti,buffer-size = <128>; |
288 | ti,hwmods = "mcbsp4"; | 285 | ti,hwmods = "mcbsp4"; |
289 | }; | 286 | }; |
@@ -296,7 +293,6 @@ | |||
296 | <81>, /* TX interrupt */ | 293 | <81>, /* TX interrupt */ |
297 | <82>; /* RX interrupt */ | 294 | <82>; /* RX interrupt */ |
298 | interrupt-names = "common", "tx", "rx"; | 295 | interrupt-names = "common", "tx", "rx"; |
299 | interrupt-parent = <&intc>; | ||
300 | ti,buffer-size = <128>; | 296 | ti,buffer-size = <128>; |
301 | ti,hwmods = "mcbsp5"; | 297 | ti,hwmods = "mcbsp5"; |
302 | }; | 298 | }; |