MLK-23373-1 ARM64: dts: imx8mp: correct interrupt parent

With GPC as interrupt parent, need set edac and irqsteer interrupt
parent as gpc.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
(cherry picked from commit b027bfd918)
This commit is contained in:
Peng Fan
2020-02-24 15:32:11 +08:00
parent 1b92fc8eb4
commit e36341d1e3

View File

@ -155,7 +155,6 @@
edacmc: memory-controller@3d400000 {
compatible = "fsl,imx8mp-ddrc";
reg = <0x0 0x3d400000 0x0 0x400000>;
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
};
@ -1560,7 +1559,7 @@
reg = <0x32fc2000 0x1000>;
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
interrupt-parent = <&gpc>;
interrupt-parent = <&gic>;
#interrupt-cells = <1>;
fsl,channel = <1>;
fsl,num-irqs = <64>;