Skip to content

Commit

Permalink
cpufreq: enable the DT cpufreq driver on the Integrators
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Rafael J. Wysocki committed Nov 1, 2016
1 parent fe0f59c commit 650ec6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
Expand Down

0 comments on commit 650ec6c

Please sign in to comment.