]> Git Repo - linux.git/commitdiff
ARM: EXYNOS: Add generic compatible strings
authorSachin Kamat <[email protected]>
Thu, 20 Mar 2014 17:14:59 +0000 (02:14 +0900)
committerKukjin Kim <[email protected]>
Thu, 20 Mar 2014 17:14:59 +0000 (02:14 +0900)
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 <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/mach-exynos/exynos.c

index 37030753f25a020c44e7b9d360cbbd02c71f9a7c..fd3664f7244aa200ff3a731119e09e3f7be85ea3 100644 (file)
@@ -367,9 +367,11 @@ static void __init exynos_dt_machine_init(void)
 }
 
 static char const *exynos_dt_compat[] __initconst = {
+       "samsung,exynos4",
        "samsung,exynos4210",
        "samsung,exynos4212",
        "samsung,exynos4412",
+       "samsung,exynos5",
        "samsung,exynos5250",
        "samsung,exynos5420",
        "samsung,exynos5440",
This page took 0.054936 seconds and 4 git commands to generate.