Skip to content

Commit

Permalink
cpufreq: blacklist SDM845 in cpufreq-dt-platdev
Browse files Browse the repository at this point in the history
Add SDM845 to cpufreq-dt-platdev blacklist since the actual scaling is
handled by the 'qcom-cpufreq-hw' driver.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Sibi Sankar authored and Viresh Kumar committed Jun 23, 2020
1 parent b3a9e3b commit 49ef122
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 @@ -132,6 +132,7 @@ static const struct of_device_id blacklist[] __initconst = {
{ .compatible = "qcom,apq8096", },
{ .compatible = "qcom,msm8996", },
{ .compatible = "qcom,qcs404", },
{ .compatible = "qcom,sdm845", },

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

0 comments on commit 49ef122

Please sign in to comment.