mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DT
authorHal Feng <hal.feng@starfivetech.com>
Sun, 8 Dec 2024 09:19:33 +0000 (17:19 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 18 Dec 2024 05:19:15 +0000 (13:19 +0800)
Make the U-Boot JH7110 MMC driver compatible with upstream DT.

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
drivers/mmc/snps_dw_mmc.c

index 47ab565..92880e0 100644 (file)
@@ -186,6 +186,7 @@ static int snps_dwmmc_bind(struct udevice *dev)
 
 static const struct udevice_id snps_dwmmc_ids[] = {
        { .compatible = "snps,dw-mshc" },
+       { .compatible = "starfive,jh7110-mmc" },
        { }
 };