arm64: dts: rockchip: aliase sdhci as mmc0 for rk3566 box demo
authorAndy Yan <andy.yan@rock-chips.com>
Sat, 21 Dec 2024 10:49:07 +0000 (18:49 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 7 Apr 2025 07:15:45 +0000 (09:15 +0200)
Follow most others rk356x based boards, and u-boot only use mmc0/1
as mmc boot targets, so aliase sdhci as mmc0.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
[demo-board only used internally by Rockchip, so changing the alias order
 does not affect public users]
Link: https://lore.kernel.org/r/20241221104920.4193034-1-andyshrk@163.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts

index 7d46809338239395196299167e7f51a42bdb0066..decc6deeef4e0d1ff05206f614d141dcbdb36cc8 100644 (file)
@@ -19,9 +19,9 @@
 
        aliases {
                ethernet0 = &gmac1;
-               mmc0 = &sdmmc0;
-               mmc1 = &sdmmc1;
-               mmc2 = &sdhci;
+               mmc0 = &sdhci;
+               mmc1 = &sdmmc0;
+               mmc2 = &sdmmc1;
        };
 
        chosen: chosen {