From 7d08e13e2f377ab953f1a8614c6721122dfdacc6 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Sat, 9 May 2020 16:10:33 +0800 Subject: [PATCH] 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 --- arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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>; }; -- 2.17.1