cpufreq: blacklist SC7280 in cpufreq-dt-platdev
authorSibi Sankar <sibis@codeaurora.org>
Wed, 12 May 2021 08:11:22 +0000 (13:41 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 20 May 2021 03:53:37 +0000 (09:23 +0530)
Add SC7280 to cpufreq-dt-platdev blacklist since the actual scaling is
handled by the 'qcom-cpufreq-hw' driver.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 5e07065ec22f7420483897314247834567800ae1..345418b8250e9757fd9326df3e86445a3390eeb6 100644 (file)
@@ -137,6 +137,7 @@ static const struct of_device_id blacklist[] __initconst = {
        { .compatible = "qcom,msm8996", },
        { .compatible = "qcom,qcs404", },
        { .compatible = "qcom,sc7180", },
+       { .compatible = "qcom,sc7280", },
        { .compatible = "qcom,sdm845", },
 
        { .compatible = "st,stih407", },