ARM: Exynos: switch to using generic cpufreq driver for Exynos5250
authorThomas Abraham <thomas.ab@samsung.com>
Mon, 13 Apr 2015 17:47:01 +0000 (19:47 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 14 May 2015 05:42:54 +0000 (14:42 +0900)
The new CPU clock type allows the use of generic CPUfreq driver.
Switch Exynos5250 to using generic cpufreq driver.

Changes by Bartlomiej:
- split Exynos5250 support from the original patch

Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
arch/arm/mach-exynos/exynos.c

index e13eac15ad1f7b489bee571e18005d4a36395bef..74c7b68679f05729b809dca5363a9e1098bedd4d 100644 (file)
@@ -238,6 +238,7 @@ struct cpufreq_dt_platform_data cpufreq_dt_pd = {
 
 static const struct of_device_id exynos_cpufreq_matches[] = {
        { .compatible = "samsung,exynos4210", .data = "cpufreq-dt" },
+       { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" },
        { /* sentinel */ }
 };