From: Thomas Abraham Date: Mon, 13 Apr 2015 17:47:01 +0000 (+0200) Subject: ARM: Exynos: switch to using generic cpufreq driver for Exynos5250 X-Git-Tag: submit/tizen/20160405.082219~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f813054efd5ed5d7e603b59c3dc395220d6d347;p=platform%2Fkernel%2Flinux-exynos.git ARM: Exynos: switch to using generic cpufreq driver for Exynos5250 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 Cc: Kukjin Kim Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index be3d8fc83262..07cb8d092b84 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -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 */ } };