ARM: EXYNOS: Add exynos3250 compatible to use generic cpufreq driver
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 24 Jul 2015 03:58:41 +0000 (12:58 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 13 Aug 2015 17:02:23 +0000 (02:02 +0900)
This patch add exynos3250 compatible string to exynos_cpufreq_matches
for supporting generic cpufreq driver on Exynos3250.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-exynos/exynos.c

index 4015ec369ae5b36255e8d434f6b4bfcee3bea745..77ac0216ddc402389f630987e3962b9db6d3bd31 100644 (file)
@@ -225,6 +225,7 @@ static void __init exynos_init_irq(void)
 }
 
 static const struct of_device_id exynos_cpufreq_matches[] = {
+       { .compatible = "samsung,exynos3250", .data = "cpufreq-dt" },
        { .compatible = "samsung,exynos4210", .data = "cpufreq-dt" },
        { .compatible = "samsung,exynos5250", .data = "cpufreq-dt" },
        { /* sentinel */ }