aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/exynos.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2015-12-15 12:33:18 -0500
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-24 20:09:56 -0500
commit2c828cfc2a8e9648275258c7c7af0e0091424cda (patch)
tree2bc2806d5cb1577cbae76d9bb8a3b87a1fbadd2d /arch/arm/mach-exynos/exynos.c
parent036a5cf8d696df20c7793649c6b39cc2e759a7d1 (diff)
ARM: EXYNOS: Use generic cpufreq driver for Exynos5420
The new CPU clock type allows the use of cpufreq-dt driver for Exynos5420. Cc: Tomasz Figa <tomasz.figa@gmail.com> Cc: Javier Martinez Canillas <javier@osg.samsung.com> Cc: Thomas Abraham <thomas.ab@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/exynos.c')
-rw-r--r--arch/arm/mach-exynos/exynos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index 524aa6fea0cd..f1831f985e34 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -225,6 +225,9 @@ static const struct of_device_id exynos_cpufreq_matches[] = {
225 { .compatible = "samsung,exynos4212", .data = "cpufreq-dt" }, 225 { .compatible = "samsung,exynos4212", .data = "cpufreq-dt" },
226 { .compatible = "samsung,exynos4412", .data = "cpufreq-dt" }, 226 { .compatible = "samsung,exynos4412", .data = "cpufreq-dt" },
227 { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" }, 227 { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" },
228#ifndef CONFIG_BL_SWITCHER
229 { .compatible = "samsung,exynos5420", .data = "cpufreq-dt" },
230#endif
228 { /* sentinel */ } 231 { /* sentinel */ }
229}; 232};
230 233