cpufreq: blacklist SDM845 in cpufreq-dt-platdev
authorSibi Sankar <sibis@codeaurora.org>
Mon, 22 Jun 2020 08:16:45 +0000 (13:46 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 23 Jun 2020 10:42:07 +0000 (16:12 +0530)
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>
drivers/cpufreq/cpufreq-dt-platdev.c

index e8e20fe..be85eb4 100644 (file)
@@ -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", },