summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2024-12-12 22:09:39 +0000
committerTom Rini <[email protected]>2025-01-10 18:56:15 -0600
commitcf84730409c8e2e3e3b9314cbed9fe7f3ebc8462 (patch)
treecca508f0335864ad929edd3a314caa32aa2fa528 /arch
parent8baa2d89588108db9aeecc4850b106a6248771b8 (diff)
rockchip: rk3288-firefly: Include sdmmc regulator in SPL
Add bootph props and enable related Kconfig options to include the sdmmc regulator in SPL. Also enable SPL_DM_SEQ_ALIAS to ensure aliases is handled correctly in SPL. Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/rk3288-firefly-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-firefly-u-boot.dtsi b/arch/arm/dts/rk3288-firefly-u-boot.dtsi
index 435a02acea5..f953f682132 100644
--- a/arch/arm/dts/rk3288-firefly-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-firefly-u-boot.dtsi
@@ -52,6 +52,7 @@
&gpio7 {
/delete-property/ bootph-all;
+ bootph-pre-ram;
};
&pcfg_pull_none {
@@ -109,3 +110,7 @@
bootph-pre-sram;
bootph-pre-ram;
};
+
+&vcc_sd {
+ bootph-pre-ram;
+};