[PATCH 3/7] cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver
Chanwoo Choi
cw00.choi at samsung.com
Mon Aug 15 23:27:19 PDT 2016
This patch adds the exynos5433 compatible string for supporting
the generic cpufreq driver on Exynos5433.
Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar at linaro.org>
Cc: linux-pm at vger.kernel.org
Signed-off-by: Chanwoo Choi <cw00.choi at samsung.com>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 0bb44d5b5df4..470db30f745f 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -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
--
1.9.1
More information about the linux-arm-kernel
mailing list