[RFC 3/6] mmc: exynos_dw_mmc: add exynos5420 compatible
Jaehoon Chung
jh80.chung at samsung.com
Thu Jan 13 09:39:25 CET 2022
Add exynos5420 compatible. It's from Linux kernel.
Signed-off-by: Jaehoon Chung <jh80.chung at 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
More information about the U-Boot
mailing list