]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 25 Feb 2022 03:57:06 +0000 (19:57 -0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 Feb 2022 04:39:05 +0000 (10:09 +0530)
The Qualcomm sc8280xp and sa8540p 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 6b808f805eabc2320f2ebb8d4367e43fefc8dbd5..96de1536e1cbf922dd063d87c99cdad4a5da055c 100644 (file)
@@ -139,9 +139,11 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,msm8996", },
        { .compatible = "qcom,qcs404", },
        { .compatible = "qcom,sa8155p" },
+       { .compatible = "qcom,sa8540p" },
        { .compatible = "qcom,sc7180", },
        { .compatible = "qcom,sc7280", },
        { .compatible = "qcom,sc8180x", },
+       { .compatible = "qcom,sc8280xp", },
        { .compatible = "qcom,sdm845", },
        { .compatible = "qcom,sm6350", },
        { .compatible = "qcom,sm8150", },