提交 59b63087 编写于 作者: S Surender Polsani 提交者: Arnd Bergmann

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

"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: NSurender Polsani <surenderp@techveda.org>
Acked-by: NNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 8a5776a5
...@@ -151,7 +151,6 @@ ...@@ -151,7 +151,6 @@
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>, <&cpu1>; interrupt-affinity = <&cpu0>, <&cpu1>;
interrupt-parent = <&intc>;
}; };
pcie: pcie@f8050000 { pcie: pcie@f8050000 {
...@@ -185,7 +184,6 @@ ...@@ -185,7 +184,6 @@
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <0x1>; #address-cells = <0x1>;
#size-cells = <0x1>; #size-cells = <0x1>;
interrupt-parent = <&intc>;
ranges; ranges;
dma-ranges = <0x80000000 0x00000000 0x40000000>; dma-ranges = <0x80000000 0x00000000 0x40000000>;
dma-coherent; dma-coherent;
...@@ -195,7 +193,6 @@ ...@@ -195,7 +193,6 @@
clocks = <&eth_phy_ref_clk>, clocks = <&eth_phy_ref_clk>,
<&clkctrl ARTPEC6_CLK_ETH_ACLK>; <&clkctrl ARTPEC6_CLK_ETH_ACLK>;
compatible = "snps,dwc-qos-ethernet-4.10"; compatible = "snps,dwc-qos-ethernet-4.10";
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xf8010000 0x4000>; reg = <0xf8010000 0x4000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册