cpufreq: Add QCM6490 to cpufreq-dt-platdev blocklist
authorLuca Weiss <luca.weiss@fairphone.com>
Wed, 30 Aug 2023 09:58:34 +0000 (11:58 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 27 Sep 2023 06:56:01 +0000 (12:26 +0530)
The Qualcomm QCM6490 platform uses the qcom-cpufreq-hw driver, so add it
to the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index fb2875ce1fdd57d409f2922dce5d05b1c7c30b8d..02ec58a8603b42a48eb69f9083d2005d156b4e68 100644 (file)
@@ -145,6 +145,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,msm8996", },
        { .compatible = "qcom,msm8998", },
        { .compatible = "qcom,qcm2290", },
+       { .compatible = "qcom,qcm6490", },
        { .compatible = "qcom,qcs404", },
        { .compatible = "qcom,qdu1000", },
        { .compatible = "qcom,sa8155p" },