diff options
author | 2020-01-19 10:11:32 +0000 | |
---|---|---|
committer | 2020-02-14 09:03:33 +0800 | |
commit | 4c9403540f2859e848ae90dfae8915bf05d2189b (patch) | |
tree | 2212df050cba4ffd3a4a1d24fbd4d58a9120d2c2 | |
parent | arm64: dts: freescale: s32v234: use generic name bus (diff) | |
download | wireguard-linux-4c9403540f2859e848ae90dfae8915bf05d2189b.tar.xz wireguard-linux-4c9403540f2859e848ae90dfae8915bf05d2189b.zip |
arm64: dts: imx8mm: drop redundant interrupt-parent
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 1e5e11592f7b..b3d0b29d7007 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -896,7 +896,6 @@ 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>; }; }; |