summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-08-16 10:19:12 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-08-18 01:46:40 +0200
commitff6c349f74218eb03a676f46a2cffe69fc5b3d4d (patch)
treeea36f7d309811bc2fc571e262a70999a8c3dcc7f /drivers/cpufreq
parenta804d51004ef69ff362509ae813b3f455c3ab7b4 (diff)
downloadop-kernel-dev-ff6c349f74218eb03a676f46a2cffe69fc5b3d4d.zip
op-kernel-dev-ff6c349f74218eb03a676f46a2cffe69fc5b3d4d.tar.gz
cpufreq: enable the DT cpufreq driver on the Ux500
This enables the generic DT and OPP-based cpufreq driver on the ST-Ericsson Ux500 series. 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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/cpufreq-dt-platdev.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 233e18a..8b88768 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -89,6 +89,11 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "socionext,uniphier-ld11", },
{ .compatible = "socionext,uniphier-ld20", },
+ { .compatible = "st-ericsson,u8500", },
+ { .compatible = "st-ericsson,u8540", },
+ { .compatible = "st-ericsson,u9500", },
+ { .compatible = "st-ericsson,u9540", },
+
{ .compatible = "ti,omap2", },
{ .compatible = "ti,omap3", },
{ .compatible = "ti,omap4", },
OpenPOWER on IntegriCloud