Commit 5f671247 authored by Henrik Grimler's avatar Henrik Grimler Committed by Krzysztof Kozlowski
Browse files

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: default avatarHenrik Grimler <henrik@grimler.se>
Tested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20230315212814.15908-3-henrik@grimler.se


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent c04d7b26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ aliases {
		gsc0 = &gsc_0;
		gsc1 = &gsc_1;
		gsc2 = &gsc_2;
		mmc0 = &mshc_0;
		mmc2 = &mshc_2;
		pinctrl0 = &pinctrl_alive;
		pinctrl1 = &pinctrl_aud;
		pinctrl2 = &pinctrl_cpif;
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ / {
	compatible = "samsung,exynos7-espresso", "samsung,exynos7";

	aliases {
		mmc0 = &mmc_0;
		mmc2 = &mmc_2;
		serial0 = &serial_2;
	};

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ / {
	chassis-type = "handset";

	aliases {
		mmc0 = &mmc_0;
		serial0 = &serial_0;
		serial1 = &serial_1;
		serial2 = &serial_2;