]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: dt-platdev: Block the driver from probing on more QC platforms
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tue, 13 Jan 2026 15:25:35 +0000 (16:25 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 27 Jan 2026 05:51:23 +0000 (11:21 +0530)
Add a number of QC platforms to the blocklist, they all use either the
qcom-cpufreq-hw driver.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 4348eba6eb91727cd515a9ab436c2027d6f71932..73b00c51f9e922a711ded74308df6e1c99c5d017 100644 (file)
@@ -171,8 +171,11 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sdm845", },
        { .compatible = "qcom,sdx75", },
        { .compatible = "qcom,sm6115", },
+       { .compatible = "qcom,sm6125", },
+       { .compatible = "qcom,sm6150", },
        { .compatible = "qcom,sm6350", },
        { .compatible = "qcom,sm6375", },
+       { .compatible = "qcom,sm7125", },
        { .compatible = "qcom,sm7225", },
        { .compatible = "qcom,sm7325", },
        { .compatible = "qcom,sm8150", },