arm64: dts: rockchip: Add mmc aliases for rk3576-linux.dtsi

This series in order to have the default MMC alias.

    The mmc default alias:
            mmc0 = &sdhci;
            mmc1 = &sdmmc;
            mmc2 = &sdio;

The Linux OS have the post-build.sh to handle the rootfs,
and export RK_EXTRA_PARTITIONS for setting the PARTITIONS.

Change-Id: Ide2fb3407e4f488ad5e2f26711864cd23dfada54
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2024-12-03 11:30:13 +08:00
parent 861574fe12
commit e7f42c688a

View File

@@ -5,6 +5,12 @@
*/
/ {
aliases {
mmc0 = &sdhci;
mmc1 = &sdmmc;
mmc2 = &sdio;
};
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0x2ad40000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rw rootwait rcupdate.rcu_expedited=1 rcu_nocbs=all";
};