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


Groups > linux.kernel > #1727154

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

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From surenderp@techveda.org
Newsgroups linux.kernel
Subject [PATCH v2] arm: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes
Date Wed, 06 Sep 2017 07:10:01 +0200
Message-ID <umAL7-53r-3@gated-at.bofh.it> (permalink)
References <um1u2-7aV-29@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=techveda-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=69/e4SyyLw6zwF+oqOx99VnmQZOEGkCGql484sIs9Eo=; b=LAc0UlTX/wfbhSQ1ppdqrBCxrGfqARggCFwj5p11KLGbzsFDqH4I9b9FbpFSrLXwtR +j/RB4b1hbFKI2rqMmU4KgE/jPK+iKICSrS58VPJHDTuIJcTG51X/VpmlKZY10yu3c9K wb4jTqMJd5p9G17Mu45ehxNv0hz4ooHxJHcPhoBzOyGc73A8qXp8zmKBBRwxntN0MpYo xY802QXiRbvOJIVM+FnvGCiE1kDwCKjHebh6yGOISacBDj1rFm12mpymC2vtKvKT7x2e 1tioS7d5SnlsUlleECkXf3H2jlMTA7XaSQsrSotc9LaX+TJ4fKEmvVcrmmRBmPLQqRQc 8o3A==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=69/e4SyyLw6zwF+oqOx99VnmQZOEGkCGql484sIs9Eo=; b=Y1r2/Obel/mEo71uvJkcXvZ964XDeFHD654iBTIet3i6+GDoY+KkyYm5ScHDXJoEMI /cKhGI4rbNra4UfgJeTGKdYaSuV8fTl6OyQxXZ36k270CSHXsoxataqqotzQ6ATtjPIg jU9fLNt5VqCYBqlxAnQABauo+3lMw5hnN+kJ/cftovkpgsy6UlT2fPLg4yqA8/ylSIPO VynBvJGnWgCOR8OXJ0wrCaaIRYASWryLeIxr/g8ROAg7OZBFfyGnVHZ56mNKEyYkkFcj IrJMNtnrJOSIXEBKyuq+J5CaAlgs2FYH1lgtZtnrWhPYW4UQzKlANUiXOHhghxd8D6Ca ZE2A==
X-Gm-Message-State AHPjjUhFs0U+p2lEUP2OzWM9+OgC9SLwFEE6MrVGyH/Kr+rUc6BFrX6B lpJG6q7A0xb+RiBK
X-Google-SMTP-Source ADKCNb5WLmrIURdeGt+VlrZzToNTHNTis/p1AWA/AosLccejPwJNz8lmESsdRCnBsnwIAcfUc1UzLA==
X-Received by 10.99.181.79 with SMTP id u15mr6442407pgo.116.1504674529348; Tue, 05 Sep 2017 22:08:49 -0700 (PDT)
X-Mailer git-send-email 1.9.1
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 48
Organization linux.* mail to news gateway
X-Original-Cc sunil.m@techveda.org, linux-arm-kernel@axis.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Surender Polsani <surenderp@techveda.org>
X-Original-Date Wed, 6 Sep 2017 10:38:27 +0530
X-Original-Message-ID <1504674507-3364-1-git-send-email-surenderp@techveda.org>
X-Original-References <5310134e-c371-d43f-175f-a3a9cdc5b657@axis.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1727154

Show key headers only | View raw


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>
Acked-by: Niklas Cassel <niklas.cassel@axis.com>
---
Changes for v2:

- Done few changes as suggested by Niklas Cassel.
- Patch is rebased and built(ARCH=arm) on latest next-20170905.
---
 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

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


Thread

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

csiph-web