From: Lukasz Majewski Date: Wed, 1 Aug 2018 12:49:00 +0000 (+0200) Subject: ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC X-Git-Tag: v2018.09-rc2~63^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0acdb2cc8a76cbb301da0b51ed1f190c25267e94;p=platform%2Fkernel%2Fu-boot.git 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 Tested-by: Anand Moon Signed-off-by: Minkyu Kang --- 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" }, { } };