arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes
authorSurender Polsani <surenderp@techveda.org>
Tue, 27 Jun 2017 12:15:35 +0000 (17:45 +0530)
committerArnd Bergmann <arnd@arndb.de>
Thu, 19 Oct 2017 22:37:52 +0000 (00:37 +0200)
"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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/artpec6.dtsi

index 767cbe8d8557a1d111443c0c0e119b578d591b9a..2ed11773048d2e6a0f2d62112ed378c9572367bf 100644 (file)
                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 {
                compatible = "simple-bus";
                #address-cells = <0x1>;
                #size-cells = <0x1>;
-               interrupt-parent = <&intc>;
                ranges;
                dma-ranges = <0x80000000 0x00000000 0x40000000>;
                dma-coherent;
                        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>;