aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/exynos_dw_mmc.c
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-08-01 14:49:00 +0200
committerMinkyu Kang <mk7.kang@samsung.com>2018-08-06 10:53:53 +0900
commit0acdb2cc8a76cbb301da0b51ed1f190c25267e94 (patch)
treeff8c2298ccb65c3a0ed0f91646ee22e7b1b8432e /drivers/mmc/exynos_dw_mmc.c
parent7c350a2a0fe52264d5aa55b9f7823c78dbb222d9 (diff)
downloadu-boot-0acdb2cc8a76cbb301da0b51ed1f190c25267e94.zip
u-boot-0acdb2cc8a76cbb301da0b51ed1f190c25267e94.tar.gz
u-boot-0acdb2cc8a76cbb301da0b51ed1f190c25267e94.tar.bz2
ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC
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> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/mmc/exynos_dw_mmc.c')
-rw-r--r--drivers/mmc/exynos_dw_mmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c
index cd0fa4c..435ccac 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" },
{ }
};