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, 31 Mar 2016 07:59:00 +0000 (16:59 +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 be3d8fc83262b6566dae9dc25e50cb871aef5f07..07cb8d092b84de5d241bdff954987cc4a4e01208 100644 (file)
@@ -233,6 +233,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 */ }
 };