summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-12-11 15:08:32 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:38 +0800
commit3ad0af150e6cbf08df5c2fd341a8528bcb2036ae (patch)
treeab0dfd5ef6b282f3414d02a1d0710544f9093f83 /arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
parente7504a30db04a8d51bc71d4bb63a3be82e90943f (diff)
MLK-20557 ARM64: dts: imx8: update/correct pl031 node
We are using SPI 33 for virtual PL031, but dom0 not passthrough the interrupt, so domu are not able to use this. In this patch also correct domu android car rtc node interrupts property. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Flynn xu <flynn.xu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
index 36e9bb8a85ae..3ff3bdc8a0f5 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
@@ -345,6 +345,12 @@
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
xen,passthrough;
};
+
+ /* Interrupt 33 is not used, use it virtual PL031 */
+ rtc0: rtc@23000000 {
+ interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
+ xen,passthrough;
+ };
};
&mu_rpmsg1 {