From 66c9b696699d7941f8aaa44ea473764c0c3b715a Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Sat, 9 May 2020 18:03:13 +0800 Subject: [PATCH] MLK-23960-3 arm64: dts: imx8qm-dom0: fix passthrough node We need passthrough sdhc0_lpcg and enlarge irqsteer_lvds0 to simplify dom0 dts and make domu could access the address space Acked-by: Alice Guo Signed-off-by: Peng Fan --- arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts index c9956851da85..2a0b780ac07e 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts @@ -225,6 +225,7 @@ }; &irqsteer_lvds0 { + reg = <0x56240000 0x10000>; xen,passthrough; }; @@ -250,6 +251,10 @@ iommus = <&smmu>; }; +&sdhc0_lpcg { + xen,passthrough; +}; + &lsio_mu2 { xen,passthrough; }; -- 2.17.1