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:
@@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user