cpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdev
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 20 Aug 2021 21:57:00 +0000 (14:57 -0700)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 30 Aug 2021 05:13:35 +0000 (10:43 +0530)
The Qualcomm sa8155p, sm6350, sm8250 and sm8350 platforms also uses the
qcom-cpufreq-hw driver, so add them to 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 231e585..ca1d103 100644 (file)
@@ -137,11 +137,15 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,apq8096", },
        { .compatible = "qcom,msm8996", },
        { .compatible = "qcom,qcs404", },
+       { .compatible = "qcom,sa8155p" },
        { .compatible = "qcom,sc7180", },
        { .compatible = "qcom,sc7280", },
        { .compatible = "qcom,sc8180x", },
        { .compatible = "qcom,sdm845", },
+       { .compatible = "qcom,sm6350", },
        { .compatible = "qcom,sm8150", },
+       { .compatible = "qcom,sm8250", },
+       { .compatible = "qcom,sm8350", },
 
        { .compatible = "st,stih407", },
        { .compatible = "st,stih410", },