aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <[email protected]>2015-12-15 18:33:21 +0100
committerKrzysztof Kozlowski <[email protected]>2016-02-25 10:09:57 +0900
commit25ef3f52e59d0a1d8221e45519dbfe0c85b2ffa2 (patch)
treec67eb9a1c6d585cc5449df41c9c0e93efb0ef382
parent2c828cfc2a8e9648275258c7c7af0e0091424cda (diff)
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 <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: Thomas Abraham <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r--arch/arm/mach-exynos/exynos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index f1831f985e34..a43923356f47 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -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 */ }
};