From: Linus Walleij Date: Wed, 16 Aug 2017 08:19:12 +0000 (+0200) Subject: cpufreq: enable the DT cpufreq driver on the Ux500 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ff6c349f74218eb03a676f46a2cffe69fc5b3d4d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 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 233e18ad3948..8b88768b565d 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", },