瀏覽代碼

cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver

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>
Chanwoo Choi 9 年之前
父節點
當前提交
c4b4057267
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/cpufreq/cpufreq-dt-platdev.c

+ 1 - 0
drivers/cpufreq/cpufreq-dt-platdev.c

@@ -40,6 +40,7 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "samsung,exynos5250", },
 	{ .compatible = "samsung,exynos5250", },
 #ifndef CONFIG_BL_SWITCHER
 #ifndef CONFIG_BL_SWITCHER
 	{ .compatible = "samsung,exynos5420", },
 	{ .compatible = "samsung,exynos5420", },
+	{ .compatible = "samsung,exynos5433", },
 	{ .compatible = "samsung,exynos5800", },
 	{ .compatible = "samsung,exynos5800", },
 #endif
 #endif