Message ID | 20230126103828.481441-2-henrik@grimler.se |
---|---|
State | New |
Headers | show |
Series | ARM: dts: add mmc aliases for Exynos devices | expand |
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index 54bb323186e4..119fbe4208cd 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi @@ -28,9 +28,9 @@ / { aliases { pinctrl0 = &pinctrl_0; pinctrl1 = &pinctrl_1; - mshc0 = &mshc_0; - mshc1 = &mshc_1; - mshc2 = &mshc_2; + mmc0 = &mshc_0; + mmc1 = &mshc_1; + mmc2 = &mshc_2; spi0 = &spi_0; spi1 = &spi_1; i2c0 = &i2c_0;
So that mmcblk numbering is fixed for the eMMC and sdcard, no matter if a storage device is attached or not. Also remove old, no longer used, mshc alias while we are at it. Signed-off-by: Henrik Grimler <henrik@grimler.se> --- arch/arm/boot/dts/exynos3250.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)