Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752967AbdF0M13 (ORCPT ); Tue, 27 Jun 2017 08:27:29 -0400 Received: from bes.se.axis.com ([195.60.68.10]:51936 "EHLO bes.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751618AbdF0M1W (ORCPT ); Tue, 27 Jun 2017 08:27:22 -0400 Subject: Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes To: , , , , , CC: , , , , References: <1498565735-8208-1-git-send-email-surenderp@techveda.org> From: Niklas Cassel Message-ID: Date: Tue, 27 Jun 2017 14:27:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1498565735-8208-1-git-send-email-surenderp@techveda.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: XBOX03.axis.com (10.0.5.17) To XBOX02.axis.com (10.0.5.16) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1461 Lines: 44 Acked-by: Niklas Cassel On 06/27/2017 02:15 PM, surenderp@techveda.org wrote: > From: Surender Polsani > > "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 > --- > 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 = , > ; > 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 = <ð_phy_ref_clk>, > <&clkctrl ARTPEC6_CLK_ETH_ACLK>; > compatible = "snps,dwc-qos-ethernet-4.10"; > - interrupt-parent = <&intc>; > interrupts = ; > reg = <0xf8010000 0x4000>; > >