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 <jh80.chung@samsung.com>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
(cherry picked from commit b364642f61)
This commit is contained in:
Hal Feng
2024-12-08 17:19:33 +08:00
committed by Simon Glass
parent 215a0eefa1
commit f2fea3e4fb

View 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" },
{ }
};