commit | 265f41e79052bf19b90e3b4c0593bc618099823c | [log] [tgz] |
---|---|---|
author | Anshul Dalal <anshuld@ti.com> | Tue Apr 15 15:21:36 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 24 08:24:17 2025 -0600 |
tree | 7b73b05c8e0275546b38cdbc38979ace6d4042e2 | |
parent | a9e1762a98b557b6db5f86e297f436fda1fc8158 [diff] |
arm: dts: am62a: allow booting from eMMC 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>