diff options
author | Hsin-Yi Wang <[email protected]> | 2021-07-28 12:07:10 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2021-08-05 17:37:53 +0200 |
commit | a5d68a87f8f29dabd6990f13acdc77cfb6dc5dfe (patch) | |
tree | 2f1bd1fb9f35c181b8adc51f5526591b89e84b78 | |
parent | 42a495fb94d17589aba826bcb392da721877302f (diff) |
arm64: dts: mt8173: elm: Use aliases to mmc nodes
With commit 1796164fac7e ("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 <[email protected]>
Reviewed-by: Chen-Yu Tsai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi index 21452c51a20a..d5a2cad39c9c 100644 --- a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi @@ -10,6 +10,12 @@ #include "mt8173.dtsi" / { + aliases { + mmc0 = &mmc0; + mmc1 = &mmc1; + mmc2 = &mmc3; + }; + memory@40000000 { device_type = "memory"; reg = <0 0x40000000 0 0x80000000>; |