ARM: dts: rockchip: change mmc aliases for rk3288 in android platform.

Rechange the emmc aliases 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: Id1bbd8c63f919eb13cd7b511e9afe885753d99f5
This commit is contained in:
Wenping Zhang
2021-03-31 15:57:38 +08:00
committed by Tao Huang
parent 68e27c3ec3
commit 002dfbe8bb

View File

@@ -50,6 +50,13 @@
bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M";
};
aliases {
mmc0 = &sdmmc;
mmc1 = &sdio0;
mmc2 = &emmc;
mmc3 = &sdio1;
};
cpuinfo {
compatible = "rockchip,cpuinfo";
nvmem-cells = <&efuse_id>;