From: Linus Walleij Date: Tue, 25 Oct 2016 07:21:24 +0000 (+0200) Subject: cpufreq: enable the DT cpufreq driver on the Integrators X-Git-Tag: v4.14-rc1~1641^2^3~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=650ec6cfe323311165f0c7b6882a63dfd7ae8b63;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Linus Walleij Signed-off-by: Rafael J. Wysocki --- 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", },