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>
This commit is contained in:
Lukasz Majewski 2018-08-01 14:49:00 +02:00 committed by Minkyu Kang
parent 7c350a2a0f
commit 0acdb2cc8a

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