mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 11:21:26 -04:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user