]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: am62a: allow booting from eMMC
authorAnshul Dalal <anshuld@ti.com>
Tue, 15 Apr 2025 09:51:36 +0000 (15:21 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 24 Apr 2025 14:24:17 +0000 (08:24 -0600)
The bootph-all property in u-boot enables driver initialization prior to
relocation, this is necessary to use the device as boot media.

sdhci0 is the phandle for eMMC on am62a, so this change allows us to use
eMMC as a boot media.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
arch/arm/dts/k3-am62a7-sk-u-boot.dtsi

index 7dfbeb10c323bbe1f935a50e3efc87b3276f044e..a70fc88317e04de032e4da1428e25eb78ecc30cf 100644 (file)
        bootph-all;
 };
 
+&sdhci0 {
+       bootph-all;
+};
+
 &sdhci1 {
        bootph-all;
 };