mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
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:
parent
7c350a2a0f
commit
0acdb2cc8a
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ static int exynos_dwmmc_bind(struct udevice *dev)
|
||||||
|
|
||||||
static const struct udevice_id exynos_dwmmc_ids[] = {
|
static const struct udevice_id exynos_dwmmc_ids[] = {
|
||||||
{ .compatible = "samsung,exynos4412-dw-mshc" },
|
{ .compatible = "samsung,exynos4412-dw-mshc" },
|
||||||
|
{ .compatible = "samsung,exynos-dwmmc" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue