Ver código fonte

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>
Linus Walleij 9 anos atrás
pai
commit
650ec6cfe3
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      drivers/cpufreq/cpufreq-dt-platdev.c

+ 3 - 0
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", },