diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-11-06 18:20:09 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-11-21 08:49:43 -0500 |
commit | c0adae9e51ab88293d6cc729c46fdb4365bf77f5 (patch) | |
tree | dd763596ce8907a65ca1ad658a3dc84800df4535 /arch/arm/mach-exynos/exynos.c | |
parent | b5d841a2bfce65881d518e3c27437c530460f1c4 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-exynos/exynos.c')
-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 a487e59555da..6dc332fa55db 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c | |||
@@ -252,6 +252,7 @@ static const struct of_device_id exynos_dt_pmu_match[] = { | |||
252 | { .compatible = "samsung,exynos4210-pmu" }, | 252 | { .compatible = "samsung,exynos4210-pmu" }, |
253 | { .compatible = "samsung,exynos4212-pmu" }, | 253 | { .compatible = "samsung,exynos4212-pmu" }, |
254 | { .compatible = "samsung,exynos4412-pmu" }, | 254 | { .compatible = "samsung,exynos4412-pmu" }, |
255 | { .compatible = "samsung,exynos4415-pmu" }, | ||
255 | { .compatible = "samsung,exynos5250-pmu" }, | 256 | { .compatible = "samsung,exynos5250-pmu" }, |
256 | { .compatible = "samsung,exynos5260-pmu" }, | 257 | { .compatible = "samsung,exynos5260-pmu" }, |
257 | { .compatible = "samsung,exynos5410-pmu" }, | 258 | { .compatible = "samsung,exynos5410-pmu" }, |
@@ -336,6 +337,7 @@ static char const *exynos_dt_compat[] __initconst = { | |||
336 | "samsung,exynos4210", | 337 | "samsung,exynos4210", |
337 | "samsung,exynos4212", | 338 | "samsung,exynos4212", |
338 | "samsung,exynos4412", | 339 | "samsung,exynos4412", |
340 | "samsung,exynos4415", | ||
339 | "samsung,exynos5", | 341 | "samsung,exynos5", |
340 | "samsung,exynos5250", | 342 | "samsung,exynos5250", |
341 | "samsung,exynos5260", | 343 | "samsung,exynos5260", |