rockchip: rk3288-tinker: Include mmc nodes in pre-reloc for env load
authorJonas Karlman <jonas@kwiboo.se>
Tue, 5 Nov 2024 16:00:28 +0000 (16:00 +0000)
committerTom Rini <trini@konsulko.com>
Sat, 11 Jan 2025 00:56:15 +0000 (18:56 -0600)
Include mmc related nodes in U-Boot proper pre-reloc phase to ensure
environment can be loaded from mmc devices.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3288-tinker-s-u-boot.dtsi
arch/arm/dts/rk3288-tinker-u-boot.dtsi

index a782f2f..614d47c 100644 (file)
 
 &emmc {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &emmc_bus8 {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &emmc_clk {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &emmc_cmd {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &emmc_pwr {
        bootph-pre-ram;
+       bootph-some-ram;
 };
index 4f23073..7568b14 100644 (file)
@@ -33,6 +33,7 @@
 
 &pcfg_pull_none_drv_8ma {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &pcfg_pull_up {
 
 &pcfg_pull_up_drv_8ma {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &sdmmc {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &sdmmc_bus4 {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &sdmmc_cd {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &sdmmc_clk {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &sdmmc_cmd {
        bootph-pre-ram;
+       bootph-some-ram;
 };
 
 &uart2 {