ARM: dts: qcom: msm8974-FP2: Add mmc* aliases

Add aliases for internal storage and SD card so they don't randomly
switch around.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220421211936.345168-2-luca@z3ntu.xyz
This commit is contained in:
Luca Weiss
2022-04-21 23:19:34 +02:00
committed by Bjorn Andersson
parent 3237f21824
commit 9c55377234

View File

@@ -9,6 +9,8 @@
compatible = "fairphone,fp2", "qcom,msm8974"; compatible = "fairphone,fp2", "qcom,msm8974";
aliases { aliases {
mmc0 = &sdhc_1;
mmc1 = &sdhc_2;
serial0 = &blsp1_uart2; serial0 = &blsp1_uart2;
}; };