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 <luca@lucaweiss.eu> Link: https://lore.kernel.org/r/20250610-msm8974-mmc-alias-v2-3-1d8808478fba@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 9dd98b0 commit fb84f0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)