All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property
@ 2017-06-05 18:17 ` sunil.m at techveda.org
  0 siblings, 0 replies; 5+ messages in thread
From: sunil.m @ 2017-06-05 18:17 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, mark.rutland, linux
  Cc: linux-omap, devicetree, linux-arm-kernel, linux-kernel,
	suniel.spartan, Suniel Mahesh

From: Suniel Mahesh <sunil.m@techveda.org>

Interrupt-parent property is defined in the root node as
"interrupt-parent = <&intc>". This interrupt-parent value becomes
the default for the system, so removed redundant "interrupt-parent"
property from mmc, mac, lcdc and tscadc nodes.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
---
 arch/arm/boot/dts/am33xx.dtsi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index bdacb3d..7d7ca05 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -431,7 +431,6 @@
 				&edma_xbar 25 0 0>;
 			dma-names = "tx", "rx";
 			interrupts = <64>;
-			interrupt-parent = <&intc>;
 			reg = <0x48060000 0x1000>;
 			status = "disabled";
 		};
@@ -444,7 +443,6 @@
 				&edma 3 0>;
 			dma-names = "tx", "rx";
 			interrupts = <28>;
-			interrupt-parent = <&intc>;
 			reg = <0x481d8000 0x1000>;
 			status = "disabled";
 		};
@@ -454,7 +452,6 @@
 			ti,hwmods = "mmc3";
 			ti,needs-special-reset;
 			interrupts = <29>;
-			interrupt-parent = <&intc>;
 			reg = <0x47810000 0x1000>;
 			status = "disabled";
 		};
@@ -853,7 +850,6 @@
 			       0x4a101200 0x100>;
 			#address-cells = <1>;
 			#size-cells = <1>;
-			interrupt-parent = <&intc>;
 			/*
 			 * c0_rx_thresh_pend
 			 * c0_rx_pend
@@ -908,7 +904,6 @@
 		lcdc: lcdc@4830e000 {
 			compatible = "ti,am33xx-tilcdc";
 			reg = <0x4830e000 0x1000>;
-			interrupt-parent = <&intc>;
 			interrupts = <36>;
 			ti,hwmods = "lcdc";
 			status = "disabled";
@@ -917,7 +912,6 @@
 		tscadc: tscadc@44e0d000 {
 			compatible = "ti,am3359-tscadc";
 			reg = <0x44e0d000 0x1000>;
-			interrupt-parent = <&intc>;
 			interrupts = <16>;
 			ti,hwmods = "adc_tsc";
 			status = "disabled";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property
@ 2017-06-05 18:17 ` sunil.m at techveda.org
  0 siblings, 0 replies; 5+ messages in thread
From: sunil.m at techveda.org @ 2017-06-05 18:17 UTC (permalink / raw)
  To: linux-arm-kernel

From: Suniel Mahesh <sunil.m@techveda.org>

Interrupt-parent property is defined in the root node as
"interrupt-parent = <&intc>". This interrupt-parent value becomes
the default for the system, so removed redundant "interrupt-parent"
property from mmc, mac, lcdc and tscadc nodes.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
---
 arch/arm/boot/dts/am33xx.dtsi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index bdacb3d..7d7ca05 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -431,7 +431,6 @@
 				&edma_xbar 25 0 0>;
 			dma-names = "tx", "rx";
 			interrupts = <64>;
-			interrupt-parent = <&intc>;
 			reg = <0x48060000 0x1000>;
 			status = "disabled";
 		};
@@ -444,7 +443,6 @@
 				&edma 3 0>;
 			dma-names = "tx", "rx";
 			interrupts = <28>;
-			interrupt-parent = <&intc>;
 			reg = <0x481d8000 0x1000>;
 			status = "disabled";
 		};
@@ -454,7 +452,6 @@
 			ti,hwmods = "mmc3";
 			ti,needs-special-reset;
 			interrupts = <29>;
-			interrupt-parent = <&intc>;
 			reg = <0x47810000 0x1000>;
 			status = "disabled";
 		};
@@ -853,7 +850,6 @@
 			       0x4a101200 0x100>;
 			#address-cells = <1>;
 			#size-cells = <1>;
-			interrupt-parent = <&intc>;
 			/*
 			 * c0_rx_thresh_pend
 			 * c0_rx_pend
@@ -908,7 +904,6 @@
 		lcdc: lcdc at 4830e000 {
 			compatible = "ti,am33xx-tilcdc";
 			reg = <0x4830e000 0x1000>;
-			interrupt-parent = <&intc>;
 			interrupts = <36>;
 			ti,hwmods = "lcdc";
 			status = "disabled";
@@ -917,7 +912,6 @@
 		tscadc: tscadc at 44e0d000 {
 			compatible = "ti,am3359-tscadc";
 			reg = <0x44e0d000 0x1000>;
-			interrupt-parent = <&intc>;
 			interrupts = <16>;
 			ti,hwmods = "adc_tsc";
 			status = "disabled";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property
@ 2017-06-06  7:34   ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2017-06-06  7:34 UTC (permalink / raw)
  To: sunil.m
  Cc: bcousson, robh+dt, mark.rutland, linux, linux-omap, devicetree,
	linux-arm-kernel, linux-kernel, suniel.spartan

* sunil.m@techveda.org <sunil.m@techveda.org> [170605 11:21]:
> From: Suniel Mahesh <sunil.m@techveda.org>
> 
> Interrupt-parent property is defined in the root node as
> "interrupt-parent = <&intc>". This interrupt-parent value becomes
> the default for the system, so removed redundant "interrupt-parent"
> property from mmc, mac, lcdc and tscadc nodes.

Thanks seems safe to remove so applying into omap-for-v4.13/dt.

Tony

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property
@ 2017-06-06  7:34   ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2017-06-06  7:34 UTC (permalink / raw)
  To: sunil.m-fINqtvHxh+hg9hUCZPvPmw
  Cc: bcousson-rdvid1DuHRBWk0Htik3J/w, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	suniel.spartan-Re5JQEeQqe8AvxtiuMwx3w

* sunil.m-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org <sunil.m-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> [170605 11:21]:
> From: Suniel Mahesh <sunil.m-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org>
> 
> Interrupt-parent property is defined in the root node as
> "interrupt-parent = <&intc>". This interrupt-parent value becomes
> the default for the system, so removed redundant "interrupt-parent"
> property from mmc, mac, lcdc and tscadc nodes.

Thanks seems safe to remove so applying into omap-for-v4.13/dt.

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property
@ 2017-06-06  7:34   ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2017-06-06  7:34 UTC (permalink / raw)
  To: linux-arm-kernel

* sunil.m at techveda.org <sunil.m@techveda.org> [170605 11:21]:
> From: Suniel Mahesh <sunil.m@techveda.org>
> 
> Interrupt-parent property is defined in the root node as
> "interrupt-parent = <&intc>". This interrupt-parent value becomes
> the default for the system, so removed redundant "interrupt-parent"
> property from mmc, mac, lcdc and tscadc nodes.

Thanks seems safe to remove so applying into omap-for-v4.13/dt.

Tony

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-06  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 18:17 [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property sunil.m
2017-06-05 18:17 ` sunil.m at techveda.org
2017-06-06  7:34 ` Tony Lindgren
2017-06-06  7:34   ` Tony Lindgren
2017-06-06  7:34   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.