From: Peng Fan Date: Sat, 9 May 2020 10:03:13 +0000 (+0800) Subject: MLK-23960-3 arm64: dts: imx8qm-dom0: fix passthrough node X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~314 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=66c9b696699d7941f8aaa44ea473764c0c3b715a;p=linux.git 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 --- 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; };