sdhci0 on the k3-am625-sk is the emmc, enable this in SPL as well to
allow booting from that media.

Signed-off-by: Sjoerd Simons <sjo...@collabora.com>
---

 arch/arm/dts/k3-am625-sk-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi 
b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index 37458737d76..32163e5373a 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -92,6 +92,14 @@
        u-boot,dm-spl;
 };
 
+&sdhci0 {
+       u-boot,dm-spl;
+};
+
+&main_mmc0_pins_default {
+       u-boot,dm-spl;
+};
+
 &sdhci1 {
        u-boot,dm-spl;
 };
-- 
2.39.0

Reply via email to