diff mbox series

[RFC,3/6] mmc: exynos_dw_mmc: add exynos5420 compatible

Message ID 20220113083928.288355-4-jh80.chung@samsung.com
State RFC
Delegated to: Minkyu Kang
Headers show
Series Exynos5: Update devicetree files from linux kernel | expand

Commit Message

Jaehoon Chung Jan. 13, 2022, 8:39 a.m. UTC
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 mbox series

Patch

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" },
 	{ }