arm64: dts: rockchip: px30: modify node name to dwmmc for sdmmc/sdio/emmc

The name "mmc" is not match for Android config:

    RPODUCT_BOOT_DEVICE := ff390000.dwmmc.

Error log:
init: realpath failed: /dev/block/by-name/super: No such file or directory

Change-Id: Ic72ed3c083c25b2ec243ad10e4fa02e8fd7c8245
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2022-07-16 16:46:04 +08:00
committed by Tao Huang
parent 6b48c7f820
commit bf32acea0a

View File

@@ -1307,7 +1307,7 @@
status = "disabled";
};
sdmmc: mmc@ff370000 {
sdmmc: dwmmc@ff370000 {
compatible = "rockchip,px30-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff370000 0x0 0x4000>;
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
@@ -1323,7 +1323,7 @@
status = "disabled";
};
sdio: mmc@ff380000 {
sdio: dwmmc@ff380000 {
compatible = "rockchip,px30-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff380000 0x0 0x4000>;
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
@@ -1339,7 +1339,7 @@
status = "disabled";
};
emmc: mmc@ff390000 {
emmc: dwmmc@ff390000 {
compatible = "rockchip,px30-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff390000 0x0 0x4000>;
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;