summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-05-26 14:18:13 +0800
committerPeng Fan <peng.fan@nxp.com>2020-05-27 15:37:55 +0800
commit8f53e8699dcbae29a408b41b0fad71ce99c50ff1 (patch)
tree7d75ce1370b3b5e5a1bc7572aef77dd5f6f84a21 /arch
parent34b5b76b42226a2dcb2962f8a52ae581d6d24fb6 (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 c1ac080ab69b27e4a66aaf10a9b801d2a3c7b8d0)
Diffstat (limited to 'arch')
-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 880ccc6de3..e5a254130e 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>;
};