Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: EXYNOS: Use generic cpufreq driver for Exynos5422/5800

The new CPU clock type allows the use of generic cpufreq-dt driver
for Exynos5422/5800.

Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

authored by

Bartlomiej Zolnierkiewicz and committed by
Krzysztof Kozlowski
25ef3f52 2c828cfc

+1
+1
arch/arm/mach-exynos/exynos.c
··· 227 227 { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" }, 228 228 #ifndef CONFIG_BL_SWITCHER 229 229 { .compatible = "samsung,exynos5420", .data = "cpufreq-dt" }, 230 + { .compatible = "samsung,exynos5800", .data = "cpufreq-dt" }, 230 231 #endif 231 232 { /* sentinel */ } 232 233 };