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