summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-05-26 14:18:13 +0800
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:24 +0800
commit522c2e9ea7737d85a930f35959f44b46369ecdae (patch)
tree6ce29e5509715ce7c41298d9ad4321d4881fe30f /arch/arm/dts
parente45033ea3d4b512792d40fa4f94f93f6b4a274c4 (diff)
MLK-24172-1 imx8qm: update xen defconfig/dts for 2020.04
Update xen defconfig Update dts to let xen serial could be used in early stage, but seems without mmu enabled, it output nothing. It only output data after mmu enabled. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 460d28429e14803fce7d8eabc8152e9e55320c87) (cherry picked from commit fd3c0c124b50e4a0d5f2a0fbe3eac525b31cd84d) (cherry picked from commit 3599d9de8f92564f14d870b4a941da7cb4646285)
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/fsl-imx8qm-mek-xen.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-imx8qm-mek-xen.dts b/arch/arm/dts/fsl-imx8qm-mek-xen.dts
index 880ccc6de31..e5a254130e0 100644
--- a/arch/arm/dts/fsl-imx8qm-mek-xen.dts
+++ b/arch/arm/dts/fsl-imx8qm-mek-xen.dts
@@ -13,6 +13,7 @@
*/
#include "fsl-imx8qm-mek.dts"
+#include "fsl-imx8qm-mek-u-boot.dtsi"
&usdhc2 {
status = "disabled";
@@ -66,4 +67,9 @@
compatible = "xen,xen";
/delete-property/ power-domains;
u-boot,dm-pre-reloc;
+ u-boot,dm-spl;
+};
+
+&mu {
+ reg = <0x0 0x5d1d0000 0x0 0x10000>;
};