arm64: dts: rockchip: rk3588: modify sdhci compatible to matching drive

Fixes: 0d390428b5 ("arm64: dts: rockchip: Add base dts for rk3588 soc")
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I45699bc7cb24ffe9ccd31e0552835bd005ab8c7f
This commit is contained in:
Yifeng Zhao
2021-11-01 16:41:44 +08:00
committed by Tao Huang
parent c75bd88eba
commit d69e2f24c6

View File

@@ -1646,7 +1646,7 @@
};
sdhci: mmc@fe2e0000 {
compatible = "rk3588,dwcmshc-sdhci", "rockchip,dwcmshc-sdhci";
compatible = "rockchip,rk3588-dwcmshc", "rockchip,dwcmshc-sdhci";
reg = <0x0 0xfe2e0000 0x0 0x10000>;
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
assigned-clocks = <&cru BCLK_EMMC>, <&cru TMCLK_EMMC>;