Set the MMC aliases to get device names in barebox that match the bootsource detection.
Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de> --- arch/arm/dts/k3-am62l3-evm.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/k3-am62l3-evm.dts b/arch/arm/dts/k3-am62l3-evm.dts index 7b528ae1e41e92bc9aa1428e86d5141d30fe7cd7..bb1e3a891c3847cb6cbb458810a8decca779c845 100644 --- a/arch/arm/dts/k3-am62l3-evm.dts +++ b/arch/arm/dts/k3-am62l3-evm.dts @@ -22,6 +22,11 @@ / { compatible = "ti,am62l3-evm", "ti,am62l3"; model = "Texas Instruments AM62L3 Evaluation Module"; + aliases { + mmc0 = &sdhci0; + mmc1 = &sdhci1; + }; + chosen { stdout-path = &uart0; }; -- 2.39.5