]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx8ulp: Ensure mu@27020000 and lpuart5 availability during all boot phases
authorAlice Guo <alice.guo@nxp.com>
Thu, 20 Nov 2025 11:22:59 +0000 (19:22 +0800)
committerFabio Estevam <festevam@nabladev.com>
Wed, 26 Nov 2025 00:54:52 +0000 (21:54 -0300)
mu@27020000 is required for communication with ELE firmware, and
lpuart5 is the standard output device. Both peripherals must be
available before U-Boot relocation. Use bootph-all instead of
bootph-pre-ram so these nodes are retained across all boot phases.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
arch/arm/dts/imx8ulp-evk-u-boot.dtsi

index 845fe2059258738406f77f58e0381bc82a21f2b2..2782dc7dd7581e2d658ba4787309835de0110c00 100644 (file)
                compatible = "fsl,imx8ulp-mu";
                reg = <0 0x27020000 0 0x10000>;
                status = "okay";
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &soc {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &per_bridge3 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &per_bridge4 {
 };
 
 &iomuxc1 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &pinctrl_lpuart5 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &lpuart5 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &usdhc0 {