]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: qcom: msm8974-oneplus-bacon: Add alias for mmc0
authorLuca Weiss <luca@lucaweiss.eu>
Tue, 10 Jun 2025 17:03:49 +0000 (19:03 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 12 Jun 2025 02:40:14 +0000 (21:40 -0500)
Add an alias for the internal storage so it always becomes mmcblk0.

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-1-1d8808478fba@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-msm8974pro-oneplus-bacon.dts

index 4c8edadea0ac63db668dbd666fbb8d92e23232b7..88ff6535477bffefe475cc5fe927b3cc5d223084 100644 (file)
@@ -13,6 +13,7 @@
        qcom,board-id = <8 0>;
 
        aliases {
+               mmc0 = &sdhc_1;
                serial0 = &blsp1_uart2;
        };