diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-20 13:14:59 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-03-20 13:14:59 -0400 |
commit | 4868123ceb6ef0d4fa04e3211a0f4cd948f418f9 (patch) | |
tree | 823ee96d2c8ffd8080cce4ce3df76cb8ed44b193 | |
parent | cbf08b9ebdfc75bb13ef80ad3b8e3bea46d8c43a (diff) |
ARM: EXYNOS: Add generic compatible strings
Add generic compatible strings for Exynos4 and 5 platforms so that
future SoCs can use them if there is nothing extra/specific to be
differentiated.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 37030753f25a..fd3664f7244a 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c | |||
@@ -367,9 +367,11 @@ static void __init exynos_dt_machine_init(void) | |||
367 | } | 367 | } |
368 | 368 | ||
369 | static char const *exynos_dt_compat[] __initconst = { | 369 | static char const *exynos_dt_compat[] __initconst = { |
370 | "samsung,exynos4", | ||
370 | "samsung,exynos4210", | 371 | "samsung,exynos4210", |
371 | "samsung,exynos4212", | 372 | "samsung,exynos4212", |
372 | "samsung,exynos4412", | 373 | "samsung,exynos4412", |
374 | "samsung,exynos5", | ||
373 | "samsung,exynos5250", | 375 | "samsung,exynos5250", |
374 | "samsung,exynos5420", | 376 | "samsung,exynos5420", |
375 | "samsung,exynos5440", | 377 | "samsung,exynos5440", |