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 7dfbeb1..a70fc88 100644 (file)
        bootph-all;
 };
 
+&sdhci0 {
+       bootph-all;
+};
+
 &sdhci1 {
        bootph-all;
 };