cpufreq: enable the DT cpufreq driver on the Integrators
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 25 Oct 2016 07:21:24 +0000 (09:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Nov 2016 05:01:18 +0000 (06:01 +0100)
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>
drivers/cpufreq/cpufreq-dt-platdev.c

index 7126762..142a6f6 100644 (file)
@@ -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", },