ARM: EXYNOS: initial board support for exynos5260 SoC
authorPankaj Dubey <pankaj.dubey@samsung.com>
Sun, 25 May 2014 19:28:17 +0000 (04:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 30 May 2014 17:37:09 +0000 (02:37 +0900)
This patch add basic arch side support for exynos5260 SoC.
Note that this is required to enable build for clock driver.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/exynos.c

index fc8bf18..bf4ed87 100644 (file)
@@ -84,6 +84,11 @@ config SOC_EXYNOS5250
        help
          Enable EXYNOS5250 SoC support
 
+config SOC_EXYNOS5260
+       bool "SAMSUNG EXYNOS5260"
+       default y
+       depends on ARCH_EXYNOS5
+
 config SOC_EXYNOS5420
        bool "SAMSUNG EXYNOS5420"
        default y
index 59aab75..6d74947 100644 (file)
@@ -363,6 +363,7 @@ static char const *exynos_dt_compat[] __initconst = {
        "samsung,exynos4412",
        "samsung,exynos5",
        "samsung,exynos5250",
+       "samsung,exynos5260",
        "samsung,exynos5420",
        "samsung,exynos5440",
        NULL