summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-05-09 16:10:33 +0800
committerPeng Fan <peng.fan@nxp.com>2020-05-09 18:32:30 +0800
commita96b94147b766a04e06619f638d61ad4957f33e1 (patch)
treee6140f43a7b54a4fe8bd45c2d118248934919c7c /arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts
parent78506f3eef8bf4f392074c2243387697be866e69 (diff)
MLK-23956-4 arm64: dts: imx8qxp: fix inmate vpci interrupt
Fix inmate vpci interrupt, we need four interrupts Acked-by: Alice Guo <alice.guo@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 028bc86d648cc8c04a7417fde99e0cb49e45c54b)
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qxp-mek-inmate.dts5
1 files changed, 4 insertions, 1 deletions
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>;
};