Skip to content
Snippets Groups Projects
Commit fcfd29cb authored by Martyn Welch's avatar Martyn Welch
Browse files

d/patches: am62x: Enable SDHCI0 in all phases so we can boot from eMMC


Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 427f6b3f
No related branches found
No related tags found
1 merge request!112d/patches: am62x: Enable SDHCI0 in all phases so we can boot from eMMC
From: Martyn Welch <martyn.welch@collabora.com>
Date: Mon, 19 Feb 2024 17:37:29 +0000
Subject: Enable SDHCI0 in all phases so we can boot from eMMC
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
arch/arm/dts/k3-am625-sk-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index 25f5d2a..85296e1 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -90,6 +90,10 @@
bootph-all;
};
+&sdhci0 {
+ bootph-all;
+};
+
&sdhci1 {
bootph-all;
};
......@@ -85,6 +85,7 @@ apertis/am62x/0061-configs-am62x_evm_-Enable-USB-and-DFU-support.patch
apertis/am62x/0062-Add-standalone-AM62x-R5-config-for-USB-DFU-booting.patch
apertis/am62x/0063-We-don-t-want-to-try-to-build-the-final-firmware-ima.patch
apertis/am62x/0064-ARM-renesas-ulcb-Reinstate-CONFIG_TEXT_BASE-on-R-Car.patch
apertis/am62x/0066-Enable-SDHCI0-in-all-phases-so-we-can-boot-from-eMMC.patch
# Support for x86 platform
apertis/x86/0078-X86-Support-for-SCSI-devices-added.patch
......@@ -93,4 +94,3 @@ apertis/x86/0080-X86-Distro_boot-feature-added.patch
# Support for qemu
qemu/Base-adresses-for-kernel-and-ramdisk-changed-for-qem.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment