Commit c0adae9e51ab88293d6cc729c46fdb4365bf77f5

Authored by Chanwoo Choi
Committed by Kukjin Kim
1 parent b5d841a2bf

ARM: EXYNOS: Add support for exynos4415 SoC

This patch adds support for Exynos4415 SoC. Exynos4415 is based on
the 32-bit RISC processor for Smartphone. Exynos4415 has Cortex A9
quad-cores and has a target speed of 1.6GHz and provides 8.5GB/s
memory bandwidth.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

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

arch/arm/mach-exynos/Kconfig
... ... @@ -75,6 +75,11 @@
75 75 default y
76 76 depends on ARCH_EXYNOS4
77 77  
  78 +config SOC_EXYNOS4415
  79 + bool "SAMSUNG EXYNOS4415"
  80 + default y
  81 + depends on ARCH_EXYNOS4
  82 +
78 83 config SOC_EXYNOS5250
79 84 bool "SAMSUNG EXYNOS5250"
80 85 default y
arch/arm/mach-exynos/exynos.c
... ... @@ -252,6 +252,7 @@
252 252 { .compatible = "samsung,exynos4210-pmu" },
253 253 { .compatible = "samsung,exynos4212-pmu" },
254 254 { .compatible = "samsung,exynos4412-pmu" },
  255 + { .compatible = "samsung,exynos4415-pmu" },
255 256 { .compatible = "samsung,exynos5250-pmu" },
256 257 { .compatible = "samsung,exynos5260-pmu" },
257 258 { .compatible = "samsung,exynos5410-pmu" },
... ... @@ -336,6 +337,7 @@
336 337 "samsung,exynos4210",
337 338 "samsung,exynos4212",
338 339 "samsung,exynos4412",
  340 + "samsung,exynos4415",
339 341 "samsung,exynos5",
340 342 "samsung,exynos5250",
341 343 "samsung,exynos5260",