u-boot/arch/arm/dts/rk3288-tinker-s-u-boot.dtsi
Jonas Karlman 5b95daa832 rockchip: rk3288-tinker: Include mmc nodes in pre-reloc for env load
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>
2025-01-10 18:56:15 -06:00

39 lines
491 B
Text

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2019 Amarula Solutions SRO
*/
#include "rk3288-u-boot.dtsi"
#include "rk3288-tinker-u-boot.dtsi"
/ {
chosen {
u-boot,spl-boot-order = \
"same-as-spl", &sdmmc, &emmc;
};
};
&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;
};