summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos4412-tiny4412.dts
diff options
context:
space:
mode:
authorHenrik Grimler <henrik@grimler.se>2023-04-02 16:47:24 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-03 18:16:55 +0200
commit3ddba33dc270209868de79f695e5b27afa49e230 (patch)
tree2cce31c978c535cb2d6a1deb5329e9678d4d7472 /arch/arm/boot/dts/exynos4412-tiny4412.dts
parent37f9514e618f3b95125d7eda8991a7ae3b17da96 (diff)
ARM: dts: exynos: add mmc aliases
Add aliases for eMMC, SD card and WiFi where applicable, so that assigned mmc indeces are always the same. Co-developed-by: Anton Bambura <jenneron@protonmail.com> Signed-off-by: Anton Bambura <jenneron@protonmail.com> [ Tested on exynos5800-peach-pi ] Tested-by: Valentine Iourine <iourine@iourine.msk.su> Signed-off-by: Henrik Grimler <henrik@grimler.se> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20230402144724.17839-3-henrik@grimler.se Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-tiny4412.dts')
-rw-r--r--arch/arm/boot/dts/exynos4412-tiny4412.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-tiny4412.dts b/arch/arm/boot/dts/exynos4412-tiny4412.dts
index e0b6162d2e2a..5a2dcdc5c28b 100644
--- a/arch/arm/boot/dts/exynos4412-tiny4412.dts
+++ b/arch/arm/boot/dts/exynos4412-tiny4412.dts
@@ -17,6 +17,10 @@
model = "FriendlyARM TINY4412 board based on Exynos4412";
compatible = "friendlyarm,tiny4412", "samsung,exynos4412", "samsung,exynos4";
+ aliases {
+ mmc0 = &sdhci_2;
+ };
+
chosen {
stdout-path = &serial_0;
};