From: Peng Fan Date: Fri, 28 Feb 2020 09:38:13 +0000 (+0800) Subject: MLK-23956-2 arm64: dts: imx8qm-inamte: update virtual PCI interrupt X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~317 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=76530a13d1decee82926b0fd89c3190a010fa255;p=linux.git MLK-23956-2 arm64: dts: imx8qm-inamte: update virtual PCI interrupt When moving to new ivshmem in jailhouse, INTx requires physical continus interrupt, so we choose 4 interrupts not used by any hardware. Acked-by: Ye Li Signed-off-by: Peng Fan --- diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-inmate.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-inmate.dts index edf8a532f69e..a7268756c2d9 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-mek-inmate.dts +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-inmate.dts @@ -131,7 +131,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 124 IRQ_TYPE_EDGE_RISING>, + <0 0 0 1 &gic GIC_SPI 125 IRQ_TYPE_EDGE_RISING>, + <0 0 0 1 &gic GIC_SPI 126 IRQ_TYPE_EDGE_RISING>, + <0 0 0 1 &gic GIC_SPI 127 IRQ_TYPE_EDGE_RISING>; reg = <0x0 0xfd700000 0x0 0x100000>; ranges = <0x02000000 0x00 0x10000000 0x0 0x10000000 0x00 0x10000>; };