summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij2016-10-25 09:21:24 +0200
committerRafael J. Wysocki2016-11-01 06:01:18 +0100
commit650ec6cfe323311165f0c7b6882a63dfd7ae8b63 (patch)
tree471d6075fca6e00ba36def66ca4684c98c3a4524
parentMerge back earlier cpufreq material for v4.10. (diff)
downloadkernel-qcow2-linux-650ec6cfe323311165f0c7b6882a63dfd7ae8b63.tar.gz
kernel-qcow2-linux-650ec6cfe323311165f0c7b6882a63dfd7ae8b63.tar.xz
kernel-qcow2-linux-650ec6cfe323311165f0c7b6882a63dfd7ae8b63.zip
cpufreq: enable the DT cpufreq driver on the Integrators
This enables the generic DT and OPP-based cpufreq driver on the ARM Integrator/AP and Integrator/CP. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 71267626456b..142a6f615e52 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -26,6 +26,9 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "allwinner,sun8i-a83t", },
{ .compatible = "allwinner,sun8i-h3", },
+ { .compatible = "arm,integrator-ap", },
+ { .compatible = "arm,integrator-cp", },
+
{ .compatible = "hisilicon,hi6220", },
{ .compatible = "fsl,imx27", },