projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d08e13
)
MLK-23960-3 arm64: dts: imx8qm-dom0: fix passthrough node
author
Peng Fan
<peng.fan@nxp.com>
Sat, 9 May 2020 10:03:13 +0000
(18:03 +0800)
committer
Dong 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts
b/arch/arm64/boot/dts/freescale/imx8qm-mek-dom0.dts
index
c995685
..
2a0b780
100644
(file)
--- 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;
};