diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/fdtdec.c b/lib/fdtdec.c index e3142cbdf..d1acc35ca 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -63,6 +63,7 @@ static const char * const compat_names[COMPAT_COUNT] = {  	COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),  	COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),  	COMPAT(SAMSUNG_EXYNOS5_DWMMC, "samsung,exynos5250-dwmmc"), +	COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),  	COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),  	COMPAT(GENERIC_SPI_FLASH, "spi-flash"),  	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"), |