Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754816AbdHYIHj (ORCPT ); Fri, 25 Aug 2017 04:07:39 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33810 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543AbdHYIHf (ORCPT ); Fri, 25 Aug 2017 04:07:35 -0400 From: surenderp@techveda.org To: jesper.nilsson@axis.com, lars.persson@axis.com, niklas.cassel@axis.com, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk Cc: linux-arm-kernel@axis.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sunil.m@techveda.org, Surender Polsani Subject: [RESEND PATCH] arm: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes Date: Fri, 25 Aug 2017 13:37:22 +0530 Message-Id: <1503648442-3364-1-git-send-email-surenderp@techveda.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1560 Lines: 49 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 --- Note: - Patch is rebased and built(ARCH=arm) on latest next-20170824. - This patch is a resend, the earlier version of this patch was ack'ed by Niklas Cassel but it was not merged with corresponding git trees. lkml conversation link: "https://lkml.org/lkml/2017/8/11/125" --- 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>; -- 1.9.1