Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Shawn Lin and committed by
Ulf Hansson
6aaa6c56 1e618364

+4 -4
+2 -2
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
··· 20 20 compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; 21 21 22 22 aliases { 23 - mshc1 = &dwmmc1; 24 - mshc2 = &dwmmc2; 23 + mmc1 = &dwmmc1; 24 + mmc2 = &dwmmc2; 25 25 serial0 = &uart0; 26 26 serial1 = &uart1; 27 27 serial2 = &uart2;
+2 -2
arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts
··· 19 19 compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670"; 20 20 21 21 aliases { 22 - mshc1 = &dwmmc1; 23 - mshc2 = &dwmmc2; 22 + mmc1 = &dwmmc1; 23 + mmc2 = &dwmmc2; 24 24 serial0 = &uart0; 25 25 serial1 = &uart1; 26 26 serial2 = &uart2;