diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-10-25 09:21:24 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-11-01 06:01:18 +0100 |
commit | 650ec6cfe323311165f0c7b6882a63dfd7ae8b63 (patch) | |
tree | 471d6075fca6e00ba36def66ca4684c98c3a4524 /drivers | |
parent | fe0f59c41255d339f4f059be62c350c3c48a3f95 (diff) | |
download | op-kernel-dev-650ec6cfe323311165f0c7b6882a63dfd7ae8b63.zip op-kernel-dev-650ec6cfe323311165f0c7b6882a63dfd7ae8b63.tar.gz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 7126762..142a6f6 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", }, |