Commit ed08f10397cc18cd35fa3938fc55e4effa4fb66f

Authored by Pankaj Dubey
Committed by Kukjin Kim
1 parent fced6dee29

ARM: EXYNOS: initial board support for exynos5260 SoC

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>

Showing 2 changed files with 6 additions and 0 deletions Side-by-side Diff

arch/arm/mach-exynos/Kconfig
... ... @@ -84,6 +84,11 @@
84 84 help
85 85 Enable EXYNOS5250 SoC support
86 86  
  87 +config SOC_EXYNOS5260
  88 + bool "SAMSUNG EXYNOS5260"
  89 + default y
  90 + depends on ARCH_EXYNOS5
  91 +
87 92 config SOC_EXYNOS5420
88 93 bool "SAMSUNG EXYNOS5420"
89 94 default y
arch/arm/mach-exynos/exynos.c
... ... @@ -363,6 +363,7 @@
363 363 "samsung,exynos4412",
364 364 "samsung,exynos5",
365 365 "samsung,exynos5250",
  366 + "samsung,exynos5260",
366 367 "samsung,exynos5420",
367 368 "samsung,exynos5440",
368 369 NULL