projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c350a2
)
ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC
author
Lukasz Majewski
<lukma@denx.de>
Wed, 1 Aug 2018 12:49:00 +0000
(14:49 +0200)
committer
Minkyu 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/exynos_dw_mmc.c
b/drivers/mmc/exynos_dw_mmc.c
index cd0fa4c6341b31ec076f7566b93da3b7e4820f27..435ccac59421d93b0d352f93fc4f67e00ae89595 100644
(file)
--- 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" },
{ }
};