From bf32acea0a1c678f71e7a7352b282e2879a738ac Mon Sep 17 00:00:00 2001 From: Liang Chen Date: Sat, 16 Jul 2022 16:46:04 +0800 Subject: [PATCH] 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 --- arch/arm64/boot/dts/rockchip/px30.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 445a5452371c..9184b140e862 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -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 = ; @@ -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 = ; @@ -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 = ;