From: Peng Fan Date: Sat, 9 May 2020 08:10:33 +0000 (+0800) Subject: MLK-23956-4 arm64: dts: imx8qxp: fix inmate vpci interrupt X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~315 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7d08e13e2f377ab953f1a8614c6721122dfdacc6;p=linux.git MLK-23956-4 arm64: dts: imx8qxp: fix inmate vpci interrupt Fix inmate vpci interrupt, we need four interrupts Acked-by: Alice Guo Signed-off-by: Peng Fan --- diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts index 8db8a086790a..89669251f81c 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts @@ -134,7 +134,10 @@ #size-cells = <2>; #interrupt-cells = <1>; interrupt-map-mask = <0 0 0 7>; - interrupt-map = <0 0 0 1 &gic GIC_SPI 90 IRQ_TYPE_EDGE_RISING>; + interrupt-map = <0 0 0 1 &gic GIC_SPI 70 IRQ_TYPE_EDGE_RISING>, + <0 0 0 2 &gic GIC_SPI 71 IRQ_TYPE_EDGE_RISING>, + <0 0 0 3 &gic GIC_SPI 72 IRQ_TYPE_EDGE_RISING>, + <0 0 0 4 &gic GIC_SPI 73 IRQ_TYPE_EDGE_RISING>; reg = <0x0 0xfd700000 0x0 0x100000>; ranges = <0x02000000 0x00 0x10000000 0x0 0x10000000 0x00 0x10000>; };