]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
EXYNOS5: FDT: Add compatible strings for Serial
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Mon, 24 Jun 2013 11:17:20 +0000 (16:47 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 24 Jun 2013 11:47:41 +0000 (20:47 +0900)
Add required compatible information for s5p serial driver

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/fdtdec.h
lib/fdtdec.c

index bc3b89bc0fdaa6cd1afc85e1331491f7058aceba..bea326e97c289a3168dd5e6f0fd275d4709fbaa1 100644 (file)
@@ -90,6 +90,7 @@ enum fdt_compat_id {
        COMPAT_SAMSUNG_EXYNOS_FIMD,     /* Exynos Display controller */
        COMPAT_SAMSUNG_EXYNOS5_DP,      /* Exynos Display port controller */
        COMPAT_SAMSUNG_EXYNOS5_DWMMC,   /* Exynos5 DWMMC controller */
+       COMPAT_SAMSUNG_EXYNOS_SERIAL,   /* Exynos UART */
        COMPAT_MAXIM_MAX77686_PMIC,     /* MAX77686 PMIC */
        COMPAT_GENERIC_SPI_FLASH,       /* Generic SPI Flash chip */
        COMPAT_MAXIM_98095_CODEC,       /* MAX98095 Codec */
index e3142cbdfe55a8950889b77d2a2f857d20203a1b..d1acc35ca9b9685701cd1d6368fee2e389ee293f 100644 (file)
@@ -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"),