arm64: dts: rockchip: change mmc aliases for rk356x in android platform.

Rechange the emmc aliase to mmc2 to be same as other rockchip's chips,
so the android application can process the emmc property of all chips
in a uniform manner.

Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
Change-Id: Ia092ec08552e360e7fc5dc271dbb69edc08bd486
This commit is contained in:
Wenping Zhang
2021-03-31 15:59:06 +08:00
committed by Tao Huang
parent 3618cb49ea
commit 72f1af4839

View File

@@ -9,6 +9,13 @@
bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0";
};
aliases {
mmc0 = &sdmmc0;
mmc1 = &sdmmc1;
mmc2 = &sdhci;
mmc3 = &sdmmc2;
};
fiq-debugger {
compatible = "rockchip,fiq-debugger";
rockchip,serial-id = <2>;