cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 25 Jul 2021 03:02:14 +0000 (20:02 -0700)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 26 Jul 2021 04:23:35 +0000 (09:53 +0530)
The Qualcomm SC8180x platform uses the qcom-cpufreq-hw driver, so
it in the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index bef7528..9d5a38a 100644 (file)
@@ -139,6 +139,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,qcs404", },
        { .compatible = "qcom,sc7180", },
        { .compatible = "qcom,sc7280", },
+       { .compatible = "qcom,sc8180x", },
        { .compatible = "qcom,sdm845", },
 
        { .compatible = "st,stih407", },