cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev
authorRichard Acayan <mailingradian@gmail.com>
Fri, 9 Feb 2024 23:19:15 +0000 (18:19 -0500)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 15 Feb 2024 07:28:39 +0000 (12:58 +0530)
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>
drivers/cpufreq/cpufreq-dt-platdev.c

index bd1e1357cef8e2b9f232959e4488135cb2709136..b993a498084bc87fc86f7e1cc0ab88d67c309568 100644 (file)
@@ -156,6 +156,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sc7280", },
        { .compatible = "qcom,sc8180x", },
        { .compatible = "qcom,sc8280xp", },
+       { .compatible = "qcom,sdm670", },
        { .compatible = "qcom,sdm845", },
        { .compatible = "qcom,sdx75", },
        { .compatible = "qcom,sm6115", },