summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAmar <amarendra.xt@samsung.com>2013-04-27 11:42:52 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2013-06-13 17:35:13 +0900
commit45a4d4d35ab64991e47807563b629e7624e40fd8 (patch)
tree1817457cdb6e092ee9222ac987fb9a0608cb6f6c /lib
parentba223bb2c3aad9d118f2403e05c3b2228b7490ce (diff)
downloadtalos-obmc-uboot-45a4d4d35ab64991e47807563b629e7624e40fd8.tar.gz
talos-obmc-uboot-45a4d4d35ab64991e47807563b629e7624e40fd8.zip
FDT: Add compatible string for DWMMC
Add required compatible information for DWMMC driver. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Amar <amarendra.xt@samsung.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/fdtdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index ac1fe0be20..e3142cbdfe 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -62,6 +62,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
+ COMPAT(SAMSUNG_EXYNOS5_DWMMC, "samsung,exynos5250-dwmmc"),
COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
OpenPOWER on IntegriCloud