]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
authorFaruque Ansari <faruque.ansari@oss.qualcomm.com>
Mon, 16 Mar 2026 10:37:52 +0000 (16:07 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 17 Mar 2026 08:51:32 +0000 (14:21 +0530)
The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw
driver, so add it to the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
Reviewed-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 25fd3b191b7e7b328e7e3057984dac4598b5533a..ff1204c666b197e51636d2362cc2dab5549c4d1c 100644 (file)
@@ -159,6 +159,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,qcm2290", },
        { .compatible = "qcom,qcm6490", },
        { .compatible = "qcom,qcs404", },
+       { .compatible = "qcom,qcs8300", },
        { .compatible = "qcom,qdu1000", },
        { .compatible = "qcom,sa8155p" },
        { .compatible = "qcom,sa8540p" },