diff options
| author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2013-02-21 23:53:00 +0000 | 
|---|---|---|
| committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-03-27 21:17:23 +0900 | 
| commit | d7377b5193d23c71f59aa310ee5202a073f790ea (patch) | |
| tree | 7e93e29e1dec90788dd111334b3a14646bc950a8 /include/fdtdec.h | |
| parent | 47ff6073a8c8cb12571701ebd2965cf643973b37 (diff) | |
| download | olio-uboot-2014.01-d7377b5193d23c71f59aa310ee5202a073f790ea.tar.xz olio-uboot-2014.01-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 'include/fdtdec.h')
| -rw-r--r-- | include/fdtdec.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/fdtdec.h b/include/fdtdec.h index cb520a691..3466b43f2 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -85,6 +85,7 @@ enum fdt_compat_id {  	COMPAT_SAMSUNG_EXYNOS_EHCI,	/* Exynos EHCI controller */  	COMPAT_SAMSUNG_EXYNOS_USB_PHY,	/* Exynos phy controller for usb2.0 */  	COMPAT_SAMSUNG_EXYNOS_TMU,	/* Exynos TMU */ +	COMPAT_SAMSUNG_EXYNOS_FIMD,	/* Exynos Display controller */  	COMPAT_MAXIM_MAX77686_PMIC,	/* MAX77686 PMIC */  	COMPAT_MAXIM_98095_CODEC,	/* MAX98095 Codec */ |