Skip to content

Commit fb84f0e

Browse files
z3ntuandersson
authored andcommitted
ARM: dts: qcom: msm8974-sony-xperia-rhine: Add alias for mmc0 & mmc1
Add an alias for the internal storage so it always becomes mmcblk0 and SD card becomes mmcblk1. This avoids issues with internal storage becoming mmcblk1 unexpectedly and aligns this board with other boards that use MMC storage. Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9dd98b0 commit fb84f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/ {
1010
aliases {
11+
mmc0 = &sdhc_1;
12+
mmc1 = &sdhc_2;
1113
serial0 = &blsp1_uart2;
1214
};
1315

0 commit comments

Comments
 (0)