]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: imx8qxp-mek: fix boot
authorPeng Fan <peng.fan@nxp.com>
Sat, 19 Oct 2024 00:51:24 +0000 (08:51 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 25 Oct 2024 12:04:25 +0000 (09:04 -0300)
serial_init runs into panic because no serial device found.
Update the device tree to include bootph-some-ram for some critial
devices needed in pre-reloc tage

Fixes: 8c103c33fb1 ("dm: dts: Convert driver model tags to use new schema")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi
arch/arm/dts/fsl-imx8qxp-mek.dts

index 591eb66604bd4d1bc966d8b2e412e589a713be70..e670214b5fc7afe9b722d234f8cfd4940bdd9391 100644 (file)
@@ -6,19 +6,32 @@
 #include "imx8qxp-u-boot.dtsi"
 
 &{/imx8qx-pm} {
-
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
 &mu {
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
 &clk {
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
 &iomuxc {
+       bootph-some-ram;
+       bootph-pre-ram;
+};
+
+&{/mu@5d1c0000/iomuxc/imx8qxp-mek} {
+       bootph-some-ram;
+       bootph-pre-ram;
+};
+
+&pinctrl_lpuart0 {
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
 };
 
 &pd_dma {
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
 &pd_dma_lpuart0 {
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
 };
 
 &lpuart0 {
+       bootph-some-ram;
        bootph-pre-ram;
 };
 
index 6a987f0dbb37d8d66e1949a32c811523e4f3a52b..983b918dc7d8260255a0c644b4a4318e693c8608 100644 (file)
@@ -6,7 +6,6 @@
 /dts-v1/;
 
 #include "fsl-imx8qxp.dtsi"
-#include "fsl-imx8qxp-mek-u-boot.dtsi"
 
 / {
        model = "Freescale i.MX8QXP MEK";