]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: add SD/eMMC aliases for ArmSom Sige5
authorSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 17 Mar 2026 14:39:30 +0000 (15:39 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 24 Mar 2026 22:23:21 +0000 (23:23 +0100)
Provide aliases for the SD and eMMC interfaces, so that the operating
system can assign stable interface names.

On Linux this is only relevant when booting without partition UUID
based root device identification, e.g. when booting without an
initramfs. In that case booting with e.g. root=/dev/mmcblk0p2 is
unreliable without this patch as the device numbers changed based
on device probe order.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://patch.msgid.link/20260317-sige5-mmc-aliases-v1-1-ee93a1571802@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts

index d372ba252af84715f77ba316e5647e7b29f615b4..1c100ffd151869563e9dc3b3396c5e758327962b 100644 (file)
@@ -21,6 +21,8 @@
        aliases {
                ethernet0 = &gmac0;
                ethernet1 = &gmac1;
+               mmc0 = &sdhci;
+               mmc1 = &sdmmc;
        };
 
        chosen {