mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
mmc: hi6220_dw_mmc: add compatible for HC2910 support
It adds compatible "hisilicon,hi3798mv200-dw-mshc" for HC2910 SoC Hi3798MV200 to probe this mmc driver. Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
This commit is contained in:
parent
e90711f0e9
commit
8a5dc8140e
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ static const struct udevice_id hi6220_dwmmc_ids[] = {
|
|||
.data = (ulong)&hi6220_mmc_data },
|
||||
{ .compatible = "hisilicon,hi3798cv200-dw-mshc",
|
||||
.data = (ulong)&hi6220_mmc_data },
|
||||
{ .compatible = "hisilicon,hi3798mv200-dw-mshc",
|
||||
.data = (ulong)&hi6220_mmc_data },
|
||||
{ .compatible = "hisilicon,hi3660-dw-mshc",
|
||||
.data = (ulong)&hi3660_mmc_data },
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue