
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 --- arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 74 ++++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi index da6d4dffbf9d2..4fd188fa191b4 100644 --- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi +++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi @@ -18,151 +18,151 @@ };
&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 {