Skip to content

Commit 032b149

Browse files
flamingradianvireshk
authored andcommitted
cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev
The Snapdragon 670 uses the Qualcomm driver for CPU frequency scaling. Block this driver from loading on it so the driver does not pollute dmesg with an error. Signed-off-by: Richard Acayan <mailingradian@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent eaffb10 commit 032b149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ static const struct of_device_id blocklist[] __initconst = {
156156
{ .compatible = "qcom,sc7280", },
157157
{ .compatible = "qcom,sc8180x", },
158158
{ .compatible = "qcom,sc8280xp", },
159+
{ .compatible = "qcom,sdm670", },
159160
{ .compatible = "qcom,sdm845", },
160161
{ .compatible = "qcom,sdx75", },
161162
{ .compatible = "qcom,sm6115", },

0 commit comments

Comments
 (0)