]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist
authorDanila Tikhonov <danila@jiaxyga.com>
Thu, 8 Aug 2024 18:40:17 +0000 (21:40 +0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 4 Sep 2024 15:13:59 +0000 (20:43 +0530)
The Qualcomm SM7325 platform uses the qcom-cpufreq-hw driver, so add
it to the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index cac379ba006dfbae05392896a367b2833d76cdcf..18942bfe9c95f76b0ad3ccd8145e543d0bb5a3f8 100644 (file)
@@ -166,6 +166,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sm6350", },
        { .compatible = "qcom,sm6375", },
        { .compatible = "qcom,sm7225", },
+       { .compatible = "qcom,sm7325", },
        { .compatible = "qcom,sm8150", },
        { .compatible = "qcom,sm8250", },
        { .compatible = "qcom,sm8350", },