diff options
author | Karthik Tummala <karthik@techveda.org> | 2017-06-27 12:17:40 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-14 11:34:24 -0700 |
commit | 8af928cb654c31d1a34ec8380f0c6d3b5c3461a9 (patch) | |
tree | 62192257bc51bb20a07978e9e2af14f2adc146a4 /arch/arm/boot/dts/omap3.dtsi | |
parent | 3a8ed20db88923988640d64ff47da2a07c5c1063 (diff) | |
download | blackbird-obmc-linux-8af928cb654c31d1a34ec8380f0c6d3b5c3461a9.tar.gz blackbird-obmc-linux-8af928cb654c31d1a34ec8380f0c6d3b5c3461a9.zip |
ARM: dts: omap3: Remove needless interrupt-parent property
All nodes inhert "interrupt-parent" property from root
node. Removed the aforementioned property from usbhsohci,
usbhsehci, ssi_port1, ssi_port2 nodes to avoid duplication.
Signed-off-by: Karthik Tummala <karthik@techveda.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index a3ff4933dbc1..bdaf30c8c405 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -713,14 +713,12 @@ usbhsohci: ohci@48064400 { compatible = "ti,ohci-omap3"; reg = <0x48064400 0x400>; - interrupt-parent = <&intc>; interrupts = <76>; }; usbhsehci: ehci@48064800 { compatible = "ti,ehci-omap"; reg = <0x48064800 0x400>; - interrupt-parent = <&intc>; interrupts = <77>; }; }; @@ -831,7 +829,6 @@ reg-names = "tx", "rx"; - interrupt-parent = <&intc>; interrupts = <67>, <68>; }; @@ -844,7 +841,6 @@ reg-names = "tx", "rx"; - interrupt-parent = <&intc>; interrupts = <69>, <70>; }; |