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>
This commit is contained in:

committed by
Leo Yu-Chi Liang

parent
503fc85481
commit
b364642f61
@@ -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