Add an alias for the internal storage so it always becomes mmcblk0 and - where applicable - 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 <l...@lucaweiss.eu> --- Changes in v2: - Expand on commit messages (Bjorn) - Link to v1: https://lore.kernel.org/r/20250419-msm8974-mmc-alias-v1-0-82aa13122...@lucaweiss.eu --- Luca Weiss (3): ARM: dts: qcom: msm8974-oneplus-bacon: Add alias for mmc0 ARM: dts: qcom: msm8974-hammerhead: Add alias for mmc0 ARM: dts: qcom: msm8974-sony-xperia-rhine: Add alias for mmc0 & mmc1 arch/arm/boot/dts/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts | 1 + arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi | 2 ++ arch/arm/boot/dts/qcom/qcom-msm8974pro-oneplus-bacon.dts | 1 + 3 files changed, 4 insertions(+) --- base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 change-id: 20250419-msm8974-mmc-alias-893d197dc61a Best regards, -- Luca Weiss <l...@lucaweiss.eu>