ARM: Exynos: use generic cpufreq driver for Exynos5800
authorThomas Abraham <thomas.ab@samsung.com>
Tue, 21 Apr 2015 15:49:05 +0000 (17:49 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 16 May 2016 07:20:36 +0000 (09:20 +0200)
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 <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 e37d8f0..d11c0ff 100644 (file)
@@ -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 */ }
 };