From: Hal Feng Date: Sun, 8 Dec 2024 09:19:33 +0000 (+0800) Subject: mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DT X-Git-Tag: v2025.04-rc1~17^2~41^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b364642f61c3568707651903eb82b9fcd5c30853;p=pandora-u-boot.git mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DT Make the U-Boot JH7110 MMC driver compatible with upstream DT. Reviewed-by: Jaehoon Chung Signed-off-by: Hal Feng --- diff --git a/drivers/mmc/snps_dw_mmc.c b/drivers/mmc/snps_dw_mmc.c index 47ab5654bd6..92880e0ed87 100644 --- a/drivers/mmc/snps_dw_mmc.c +++ b/drivers/mmc/snps_dw_mmc.c @@ -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" }, { } };