From: Thomas Abraham Date: Tue, 21 Apr 2015 15:49:05 +0000 (+0200) Subject: ARM: Exynos: use generic cpufreq driver for Exynos5800 X-Git-Tag: accepted/tizen/common/20160810.161706~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e9ddc55a62c3f94fe455f83516a0fa1aec89cbf;p=platform%2Fkernel%2Flinux-exynos.git ARM: Exynos: use generic cpufreq driver for Exynos5800 The new CPU clock type allows the use of generic arm_big_little_dt cpufreq driver for Exynos5800. Changes by Bartlomiej: - split Exynos5800 support from the original patch - disable cpufreq if big.LITTLE switcher support is enabled 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 e37d8f0..d11c0ff 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -240,6 +240,7 @@ static const struct of_device_id exynos_cpufreq_matches[] = { */ #ifndef CONFIG_BL_SWITCHER { .compatible = "samsung,exynos5420", .data = "arm-bL-cpufreq-dt" }, + { .compatible = "samsung,exynos5800", .data = "arm-bL-cpufreq-dt" }, #endif { /* sentinel */ } };