MLK-23960-3 arm64: dts: imx8qm-dom0: fix passthrough node
authorPeng Fan <peng.fan@nxp.com>
Sat, 9 May 2020 10:03:13 +0000 (18:03 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:23:20 +0000 (11:23 +0800)
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 <alice.guo@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts

index c995685..2a0b780 100644 (file)
 };
 
 &irqsteer_lvds0 {
+       reg = <0x56240000 0x10000>;
        xen,passthrough;
 };
 
        iommus = <&smmu>;
 };
 
+&sdhc0_lpcg {
+       xen,passthrough;
+};
+
 &lsio_mu2 {
        xen,passthrough;
 };