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


Groups > linux.kernel > #1675614 > unrolled thread

[PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes

Started bysurenderp@techveda.org
First post2017-06-27 14:20 +0200
Last post2017-06-27 14:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes surenderp@techveda.org - 2017-06-27 14:20 +0200
    Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary  interrupt-parent property from sub-nodes Niklas Cassel <niklas.cassel@axis.com> - 2017-06-27 14:30 +0200

#1675614 — [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes

Fromsurenderp@techveda.org
Date2017-06-27 14:20 +0200
Subject[PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes
Message-ID<tWXDk-lI-25@gated-at.bofh.it>
From: Surender Polsani <surenderp@techveda.org>

"interrupt-parent" property is declared in root node, so it is global
to all nodes. This property is re-declared in few sub-nodes. To avoid
duplication this property is removed from following sub-nodes:
pmu, amba@0, amba@0/ethernet.

Signed-off-by: Surender Polsani <surenderp@techveda.org>
---
 arch/arm/boot/dts/artpec6.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi
index 767cbe8..2ed1177 100644
--- a/arch/arm/boot/dts/artpec6.dtsi
+++ b/arch/arm/boot/dts/artpec6.dtsi
@@ -151,7 +151,6 @@
 		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
 			<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
 		interrupt-affinity = <&cpu0>, <&cpu1>;
-		interrupt-parent = <&intc>;
 	};
 
 	pcie: pcie@f8050000 {
@@ -185,7 +184,6 @@
 		compatible = "simple-bus";
 		#address-cells = <0x1>;
 		#size-cells = <0x1>;
-		interrupt-parent = <&intc>;
 		ranges;
 		dma-ranges = <0x80000000 0x00000000 0x40000000>;
 		dma-coherent;
@@ -195,7 +193,6 @@
 			clocks = <&eth_phy_ref_clk>,
 				<&clkctrl ARTPEC6_CLK_ETH_ACLK>;
 			compatible = "snps,dwc-qos-ethernet-4.10";
-			interrupt-parent = <&intc>;
 			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
 			reg = <0xf8010000 0x4000>;
 
-- 
1.9.1

[toc] | [next] | [standalone]


#1675623 — Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes

FromNiklas Cassel <niklas.cassel@axis.com>
Date2017-06-27 14:30 +0200
SubjectRe: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes
Message-ID<tWXMZ-pJ-15@gated-at.bofh.it>
In reply to#1675614
Acked-by: Niklas Cassel <niklas.cassel@axis.com>

On 06/27/2017 02:15 PM, surenderp@techveda.org wrote:
> From: Surender Polsani <surenderp@techveda.org>
> 
> "interrupt-parent" property is declared in root node, so it is global
> to all nodes. This property is re-declared in few sub-nodes. To avoid
> duplication this property is removed from following sub-nodes:
> pmu, amba@0, amba@0/ethernet.
> 
> Signed-off-by: Surender Polsani <surenderp@techveda.org>
> ---
>  arch/arm/boot/dts/artpec6.dtsi | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi
> index 767cbe8..2ed1177 100644
> --- a/arch/arm/boot/dts/artpec6.dtsi
> +++ b/arch/arm/boot/dts/artpec6.dtsi
> @@ -151,7 +151,6 @@
>  		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
>  			<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
>  		interrupt-affinity = <&cpu0>, <&cpu1>;
> -		interrupt-parent = <&intc>;
>  	};
>  
>  	pcie: pcie@f8050000 {
> @@ -185,7 +184,6 @@
>  		compatible = "simple-bus";
>  		#address-cells = <0x1>;
>  		#size-cells = <0x1>;
> -		interrupt-parent = <&intc>;
>  		ranges;
>  		dma-ranges = <0x80000000 0x00000000 0x40000000>;
>  		dma-coherent;
> @@ -195,7 +193,6 @@
>  			clocks = <&eth_phy_ref_clk>,
>  				<&clkctrl ARTPEC6_CLK_ETH_ACLK>;
>  			compatible = "snps,dwc-qos-ethernet-4.10";
> -			interrupt-parent = <&intc>;
>  			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
>  			reg = <0xf8010000 0x4000>;
>  
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web