cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 16 Aug 2016 06:27:19 +0000 (15:27 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Aug 2016 11:57:30 +0000 (13:57 +0200)
This patch adds the exynos5433 compatible string for supporting
the generic cpufreq driver on Exynos5433.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq-dt-platdev.c

index 0bb44d5..470db30 100644 (file)
@@ -40,6 +40,7 @@ static const struct of_device_id machines[] __initconst = {
        { .compatible = "samsung,exynos5250", },
 #ifndef CONFIG_BL_SWITCHER
        { .compatible = "samsung,exynos5420", },
+       { .compatible = "samsung,exynos5433", },
        { .compatible = "samsung,exynos5800", },
 #endif