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