arm64: dts: mt8173: elm: Use aliases to mmc nodes

With commit 1796164fac ("dt-bindings: mmc: document alias support"),
a way to specify fixed index numbers was provided. This patch use aliases
to mmc nodes so the partition name for eMMC and SD card will be consistent
across boots.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20210728040710.2891955-2-hsinyi@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Hsin-Yi Wang
2021-07-28 12:07:10 +08:00
committed by Matthias Brugger
parent 42a495fb94
commit a5d68a87f8

View File

@@ -10,6 +10,12 @@
#include "mt8173.dtsi"
/ {
aliases {
mmc0 = &mmc0;
mmc1 = &mmc1;
mmc2 = &mmc3;
};
memory@40000000 {
device_type = "memory";
reg = <0 0x40000000 0 0x80000000>;