diff mbox

[v2] arm: dts: omap3: Remove needless interrupt-parent property

Message ID 1498546060-5742-1-git-send-email-karthik@techveda.org (mailing list archive)
State New, archived
Headers show

Commit Message

karthik@techveda.org June 27, 2017, 6:47 a.m. UTC
From: Karthik Tummala <karthik@techveda.org>

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>
---
Changes for v2:
- Made changes to subject & description as suggested by
  Suniel Mahesh.
---
 arch/arm/boot/dts/omap3.dtsi | 4 ----
 1 file changed, 4 deletions(-)

Comments

Tony Lindgren Aug. 10, 2017, 4:38 p.m. UTC | #1
* karthik@techveda.org <karthik@techveda.org> [170626 23:48]:
> From: Karthik Tummala <karthik@techveda.org>
> 
> 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>
> ---
> Changes for v2:
> - Made changes to subject & description as suggested by
>   Suniel Mahesh.

Applying into omap-for-v4.14/dt thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index a3ff493..bdaf30c 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>;
 			};