summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAjay Kumar <ajaykumar.rs@samsung.com>2013-02-21 23:53:00 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-03-27 21:17:23 +0900
commitd7377b5193d23c71f59aa310ee5202a073f790ea (patch)
tree7e93e29e1dec90788dd111334b3a14646bc950a8 /lib
parent47ff6073a8c8cb12571701ebd2965cf643973b37 (diff)
downloadtalos-obmc-uboot-d7377b5193d23c71f59aa310ee5202a073f790ea.tar.gz
talos-obmc-uboot-d7377b5193d23c71f59aa310ee5202a073f790ea.zip
EXYNOS: FDT: Add compatible strings for FIMD
Add required compatible information for FIMD. Signed-off-by: Ajay Kumar <ajaykumar.rs@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 d2166e6632..2b2bb0c493 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -60,6 +60,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),
COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
+ COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
};
OpenPOWER on IntegriCloud