]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am654: convert bootph-pre-ram to bootph-all
authorBryan Brattlof <bb@ti.com>
Fri, 29 Dec 2023 17:47:23 +0000 (11:47 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jan 2024 13:36:37 +0000 (08:36 -0500)
Many nodes are reused between WKUP SPL, MAIN SPL, and U-Boot. Using
bootph-pre-ram is causing these nodes to be present in SPL builds but
pruned away during the U-Boot build. Convert these nodes to bootph-all
so they will remain no matter which dtb build is happening.

Tested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am654-base-board-u-boot.dtsi

index da6d4dffbf9d258bfa8908eec2c27f252cfd47bf..4fd188fa191b469d69b461b49b17635f914eb53e 100644 (file)
 };
 
 &vtt_supply {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &cbass_main {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &main_navss {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &cbass_mcu {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &mcu_navss {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &mcu_ringacc {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &mcu_udmap {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &wkup_gpio0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &secure_proxy_main {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &cbass_wakeup {
-       bootph-pre-ram;
+       bootph-all;
 
        chipid@43000014 {
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &dmsc {
-       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;
 };
 
 &main_uart0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &wkup_vtm0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &wkup_pmx0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &wkup_uart0_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &ddr_vtt_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &mcu_uart0_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &wkup_i2c0_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &mcu_fss0_ospi0_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &main_pmx0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &main_uart0_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &main_mmc0_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &main_mmc1_pins_default {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &main_pmx1 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &sdhci0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &sdhci1 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &wkup_i2c0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &vdd_mpu {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &ospi0 {
-       bootph-pre-ram;
+       bootph-all;
 
        flash@0 {
-               bootph-pre-ram;
+               bootph-all;
        };
 };
 
 &dwc3_0 {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &scm_conf {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &fss {
-       bootph-pre-ram;
+       bootph-all;
 };
 
 &pru0_0 {