Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev

Add "arm,vexpress" to cpufreq-dt-platdev blacklist since the actual
scaling is handled by the firmware cpufreq drivers(scpi, scmi and
vexpress-spc).

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Sudeep Holla and committed by
Viresh Kumar
fbb31cb8 536eb97a

+2
+2
drivers/cpufreq/cpufreq-dt-platdev.c
··· 103 103 static const struct of_device_id blacklist[] __initconst = { 104 104 { .compatible = "allwinner,sun50i-h6", }, 105 105 106 + { .compatible = "arm,vexpress", }, 107 + 106 108 { .compatible = "calxeda,highbank", }, 107 109 { .compatible = "calxeda,ecx-2000", }, 108 110