rockchip,rk3588-dwcmshc can be supported out of the box, add the
compatible string for it.

Signed-off-by: Sascha Hauer <[email protected]>
---
 drivers/mci/rockchip-dwcmshc-sdhci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mci/rockchip-dwcmshc-sdhci.c 
b/drivers/mci/rockchip-dwcmshc-sdhci.c
index e1eb4fc788..a935e921b1 100644
--- a/drivers/mci/rockchip-dwcmshc-sdhci.c
+++ b/drivers/mci/rockchip-dwcmshc-sdhci.c
@@ -325,6 +325,8 @@ static int rk_sdhci_probe(struct device *dev)
 static __maybe_unused struct of_device_id rk_sdhci_compatible[] = {
        {
                .compatible = "rockchip,rk3568-dwcmshc"
+       }, {
+               .compatible = "rockchip,rk3588-dwcmshc"
        }, {
                /* sentinel */
        }
-- 
2.39.2


Reply via email to