Message ID | 20250610-msm8974-mmc-alias-v2-0-1d8808478fba@lucaweiss.eu |
---|---|
Headers | show |
Series | Add devicetree aliases for mmc on multiple MSM8974 devices | expand |
On Tue, 10 Jun 2025 19:03:48 +0200, Luca Weiss wrote: > 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. > > > [...] Applied, thanks! [1/3] ARM: dts: qcom: msm8974-oneplus-bacon: Add alias for mmc0 commit: d9abbfd3212b5873e827e3760cc698686d7a8c3b [2/3] ARM: dts: qcom: msm8974-hammerhead: Add alias for mmc0 commit: 9dd98b0f7a646c08f357189e9d5e733df08f0430 [3/3] ARM: dts: qcom: msm8974-sony-xperia-rhine: Add alias for mmc0 & mmc1 commit: fb84f0ec527c50c54ab662d45c441f6789ec3550 Best regards,
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 <luca@lucaweiss.eu> --- Changes in v2: - Expand on commit messages (Bjorn) - Link to v1: https://lore.kernel.org/r/20250419-msm8974-mmc-alias-v1-0-82aa131224b6@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,