
13 Jan
2022
13 Jan
'22
9:39 a.m.
Add exynos5420 compatible. It's from Linux kernel.
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com --- drivers/mmc/exynos_dw_mmc.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c index 544798bb71d1..526c30d2fe0f 100644 --- a/drivers/mmc/exynos_dw_mmc.c +++ b/drivers/mmc/exynos_dw_mmc.c @@ -241,6 +241,8 @@ static int exynos_dwmmc_bind(struct udevice *dev) }
static const struct udevice_id exynos_dwmmc_ids[] = { + { .compatible = "samsung,exynos5420-dw-mshc-smu" }, + { .compatible = "samsung,exynos5420-dw-mshc" }, { .compatible = "samsung,exynos4412-dw-mshc" }, { .compatible = "samsung,exynos-dwmmc" }, { }
--
2.29.0