diff mbox series

[U-Boot,v2,8/8] ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC

Message ID 20180801124900.28155-9-lukma@denx.de
State Accepted
Delegated to: Minkyu Kang
Headers show
Series ARM: Odroid XU3: Enable DM_MMC support which is necessary for CONFIG_BLK | expand

Commit Message

Lukasz Majewski Aug. 1, 2018, 12:49 p.m. UTC
This commit enables support for Exynos Designware MMC driver based on DM.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Anand Moon <linux.amoon@gmail.com>

---

Changes in v2:
- Add tested-by
- Rebase on the newest main line

 drivers/mmc/exynos_dw_mmc.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c
index cd0fa4c6341b..435ccac59421 100644
--- a/drivers/mmc/exynos_dw_mmc.c
+++ b/drivers/mmc/exynos_dw_mmc.c
@@ -295,6 +295,7 @@  static int exynos_dwmmc_bind(struct udevice *dev)
 
 static const struct udevice_id exynos_dwmmc_ids[] = {
 	{ .compatible = "samsung,exynos4412-dw-mshc" },
+	{ .compatible = "samsung,exynos-dwmmc" },
 	{ }
 };