arm64: dts: imx8mm: drop redundant interrupt-parent
authorPeng Fan <peng.fan@nxp.com>
Sun, 19 Jan 2020 10:11:32 +0000 (10:11 +0000)
committerShawn Guo <shawnguo@kernel.org>
Fri, 14 Feb 2020 01:03:33 +0000 (09:03 +0800)
There is interrupt-parent = <&gic> in root node, there is no
need set it again in node ddr-pmu@3d800000.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index 1e5e115..b3d0b29 100644 (file)
                ddr-pmu@3d800000 {
                        compatible = "fsl,imx8mm-ddr-pmu", "fsl,imx8m-ddr-pmu";
                        reg = <0x3d800000 0x400000>;
-                       interrupt-parent = <&gic>;
                        interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
                };
        };