arm64: dts: hisilicon: hikey960/970: Convert to use standard mmc alias

Convert the long-deprecated mshc alias to standard mmc alias.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Shawn Lin
2026-01-23 20:24:07 +08:00
committed by Ulf Hansson
parent 1e61836476
commit 6aaa6c561f
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ / {
compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660";
aliases {
mshc1 = &dwmmc1;
mshc2 = &dwmmc2;
mmc1 = &dwmmc1;
mmc2 = &dwmmc2;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;

View File

@@ -19,8 +19,8 @@ / {
compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
aliases {
mshc1 = &dwmmc1;
mshc2 = &dwmmc2;
mmc1 = &dwmmc1;
mmc2 = &dwmmc2;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;