Skip to content

Commit

Permalink
cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
Browse files Browse the repository at this point in the history
The Qualcomm SC8180x platform uses the qcom-cpufreq-hw driver, so
it in the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Bjorn Andersson authored and Viresh Kumar committed Jul 26, 2021
1 parent e73f0f0 commit d66cd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,qcs404", },
{ .compatible = "qcom,sc7180", },
{ .compatible = "qcom,sc7280", },
{ .compatible = "qcom,sc8180x", },
{ .compatible = "qcom,sdm845", },

{ .compatible = "st,stih407", },
Expand Down

0 comments on commit d66cd5d

Please sign in to comment.