diff options
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 5 | ||||
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 46f3c0d0d01f..349c86708298 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -75,6 +75,11 @@ config SOC_EXYNOS4412 | |||
75 | default y | 75 | default y |
76 | depends on ARCH_EXYNOS4 | 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 | config SOC_EXYNOS5250 | 83 | config SOC_EXYNOS5250 |
79 | bool "SAMSUNG EXYNOS5250" | 84 | bool "SAMSUNG EXYNOS5250" |
80 | default y | 85 | default y |
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", |