linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] cpufreq: enable the DT cpufreq driver on the Integrators
@ 2016-10-25  7:21 Linus Walleij
  2016-10-25  7:21 ` [PATCH 2/2] cpufreq: retire the Integrator cpufreq driver Linus Walleij
  2016-11-07 15:21 ` [PATCH 1/2] cpufreq: enable the DT cpufreq driver on the Integrators Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2016-10-25  7:21 UTC (permalink / raw)
  To: Rafael J . Wysocki, Viresh Kumar
  Cc: linux-pm, linux-arm-kernel, Arnd Bergmann, Russell King,
	Linus Walleij

This enables the generic DT and OPP-based cpufreq driver on the
ARM Integrator/AP and Integrator/CP.

Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Russell King <linux@armlinux.org.uk>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 3 +++
 1 file changed, 3 insertions(+)

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", },
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-07 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25  7:21 [PATCH 1/2] cpufreq: enable the DT cpufreq driver on the Integrators Linus Walleij
2016-10-25  7:21 ` [PATCH 2/2] cpufreq: retire the Integrator cpufreq driver Linus Walleij
2016-11-07 15:21 ` [PATCH 1/2] cpufreq: enable the DT cpufreq driver on the Integrators Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).