]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: reorder mmc aliases for NanoPi R3S
authorTianling Shen <cnsztl@gmail.com>
Tue, 22 Oct 2024 19:35:30 +0000 (03:35 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 24 Oct 2024 08:29:29 +0000 (10:29 +0200)
Typically any non-removable storage (emmc) is listed before removable
storage (sd-card) options. Also U-Boot will try to override and use
mmc0=sdhci and mmc1=sdmmc0 for all rk356x boards.

Fixes: 50decd493c83 ("arm64: dts: rockchip: Add FriendlyARM NanoPi R3S board")
Suggested-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
Link: https://lore.kernel.org/r/20241022193537.1117919-6-cnsztl@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-nanopi-r3s.dts

index 03a2f90f62170e5907cf5b5f4520a5ed1a756aea..fb1f65c86883343f181315dde6361d100aa0e2f4 100644 (file)
@@ -22,8 +22,8 @@
 
        aliases {
                ethernet0 = &gmac1;
-               mmc0 = &sdmmc0;
-               mmc1 = &sdhci;
+               mmc0 = &sdhci;
+               mmc1 = &sdmmc0;
        };
 
        chosen: chosen {