]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: EXYNOS: Use generic cpufreq driver for Exynos5422/5800
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 15 Dec 2015 17:33:21 +0000 (18:33 +0100)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 25 Feb 2016 01:09:57 +0000 (10:09 +0900)
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>
arch/arm/mach-exynos/exynos.c

index f1831f985e347636c33b3461d119c7e2e43d8ab9..a43923356f479af7601c626c874b8a51c5eed95a 100644 (file)
@@ -227,6 +227,7 @@ static const struct of_device_id exynos_cpufreq_matches[] = {
        { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" },
 #ifndef CONFIG_BL_SWITCHER
        { .compatible = "samsung,exynos5420", .data = "cpufreq-dt" },
+       { .compatible = "samsung,exynos5800", .data = "cpufreq-dt" },
 #endif
        { /* sentinel */ }
 };