]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC
authorLukasz Majewski <lukma@denx.de>
Wed, 1 Aug 2018 12:49:00 +0000 (14:49 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 6 Aug 2018 01:53:53 +0000 (10:53 +0900)
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>
drivers/mmc/exynos_dw_mmc.c

index cd0fa4c6341b31ec076f7566b93da3b7e4820f27..435ccac59421d93b0d352f93fc4f67e00ae89595 100644 (file)
@@ -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" },
        { }
 };