mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user