* [RESEND PATCH] arm: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes
@ 2017-08-25 8:07 surenderp at techveda.org
0 siblings, 0 replies; only message in thread
From: surenderp at techveda.org @ 2017-08-25 8:07 UTC (permalink / raw)
To: linux-arm-kernel
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 at 0, amba at 0/ethernet.
Signed-off-by: Surender Polsani <surenderp@techveda.org>
---
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 = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>, <&cpu1>;
- interrupt-parent = <&intc>;
};
pcie: pcie at 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 = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xf8010000 0x4000>;
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-25 8:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-25 8:07 [RESEND PATCH] arm: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes surenderp at techveda.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).