arm64: dts: exynos: add mmc aliases

Add aliases for eMMC and SD card where applicable, so that
assigned mmc indeces are always the same.

Signed-off-by: Henrik Grimler <henrik@grimler.se>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20230315212814.15908-3-henrik@grimler.se
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Henrik Grimler 2023-03-15 22:28:14 +01:00 committed by Krzysztof Kozlowski
parent c04d7b263d
commit 5f67124757
3 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,8 @@
gsc0 = &gsc_0;
gsc1 = &gsc_1;
gsc2 = &gsc_2;
mmc0 = &mshc_0;
mmc2 = &mshc_2;
pinctrl0 = &pinctrl_alive;
pinctrl1 = &pinctrl_aud;
pinctrl2 = &pinctrl_cpif;

View File

@ -17,6 +17,8 @@
compatible = "samsung,exynos7-espresso", "samsung,exynos7";
aliases {
mmc0 = &mmc_0;
mmc2 = &mmc_2;
serial0 = &serial_2;
};

View File

@ -18,6 +18,7 @@
chassis-type = "handset";
aliases {
mmc0 = &mmc_0;
serial0 = &serial_0;
serial1 = &serial_1;
serial2 = &serial_2;