Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675334

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

From karthik@techveda.org
Newsgroups linux.kernel
Subject [PATCH v2] arm: dts: omap3: Remove needless interrupt-parent property
Date 2017-06-27 08:50 +0200
Message-ID <tWStX-57j-9@gated-at.bofh.it> (permalink)
References <tWRxT-4vM-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

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>;
 			};
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] arm: dts: omap3: Remove interrupt-parent property karthik@techveda.org - 2017-06-27 07:40 +0200
  Re: [PATCH] arm: dts: omap3: Remove interrupt-parent property Suniel Mahesh <sunil.m@techveda.org> - 2017-06-27 07:50 +0200
    [PATCH v2] arm: dts: omap3: Remove needless interrupt-parent property karthik@techveda.org - 2017-06-27 08:50 +0200

csiph-web