]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am65-iot2050: Fix boot
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 5 Oct 2023 04:37:17 +0000 (06:37 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:21:54 +0000 (13:21 -0400)
Since commit 9e644284ab812 ("dm: core: Report bootph-pre-ram/sram node
as pre-reloc after relocation") A53 u-boot proper is broken. This is
because nodes marked as 'bootph-pre-ram' are not available at u-boot
proper before relocation.

To fix this we mark all nodes in u-boot.dtsi as 'bootph-all'.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am65-iot2050-common-u-boot.dtsi

index 082a3c89d0fd7e416e4bbbc6166c50d4067d4e3d..d53f133cd633356c763752c5e071651c34581cd8 100644 (file)
        };
 
        leds {
-               bootph-pre-ram;
+               bootph-all;
                status-led-red {
-                       bootph-pre-ram;
+                       bootph-all;
                };
                status-led-green {
-                       bootph-pre-ram;
+                       bootph-all;
                };
        };
 };
 
 &cbass_mcu {
-       bootph-pre-ram;
+       bootph-all;
 
        mcu_navss: bus@28380000 {
                ringacc@2b800000 {
 };
 
 &cbass_wakeup {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &cbass_main {
-       bootph-pre-ram;
+       bootph-all;
        main_navss: bus@30800000 {
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &wkup_pmx0 {
-       bootph-pre-ram;
+       bootph-all;
        mcu-fss0-ospi0-pins-default {
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &main_pmx0 {
-       bootph-pre-ram;
+       bootph-all;
        main-uart1-pins-default {
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &main_uart1 {
-       bootph-pre-ram;
+       bootph-all;
        current-speed = <115200>;
 };
 
 &wkup_gpio0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &ospi0 {
-       bootph-pre-ram;
+       bootph-all;
        flash@0 {
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &secure_proxy_main {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &dmsc {
-       bootph-pre-ram;
+       bootph-all;
        k3_sysreset: sysreset-controller {
                compatible = "ti,sci-sysreset";
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &k3_pds {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &k3_clks {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &k3_reset {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &fss {
-       bootph-pre-ram;
+       bootph-all;
 };