Skip to content

Commit

Permalink
cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sudeep Holla authored and Viresh Kumar committed Mar 8, 2021
1 parent 536eb97 commit fbb31cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ static const struct of_device_id whitelist[] __initconst = {
static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "allwinner,sun50i-h6", },

{ .compatible = "arm,vexpress", },

{ .compatible = "calxeda,highbank", },
{ .compatible = "calxeda,ecx-2000", },

Expand Down

0 comments on commit fbb31cb

Please sign in to comment.