mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev
[ Upstream commit fbb31cb805
]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
1d2c966913
commit
f6c1da94dd
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ static const struct of_device_id whitelist[] __initconst = {
|
||||||
static const struct of_device_id blacklist[] __initconst = {
|
static const struct of_device_id blacklist[] __initconst = {
|
||||||
{ .compatible = "allwinner,sun50i-h6", },
|
{ .compatible = "allwinner,sun50i-h6", },
|
||||||
|
|
||||||
|
{ .compatible = "arm,vexpress", },
|
||||||
|
|
||||||
{ .compatible = "calxeda,highbank", },
|
{ .compatible = "calxeda,highbank", },
|
||||||
{ .compatible = "calxeda,ecx-2000", },
|
{ .compatible = "calxeda,ecx-2000", },
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue