cpufreq: Add SM7225 to cpufreq-dt-platdev blocklist
authorLuca Weiss <luca.weiss@fairphone.com>
Fri, 24 Mar 2023 14:06:24 +0000 (15:06 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 30 Mar 2023 03:51:35 +0000 (09:21 +0530)
The Qualcomm SM7225 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 5ac6b9e5270e1235287fd071083a706feb0ce0bc..45218143473524c158d302e782db1975932b5de7 100644 (file)
@@ -152,6 +152,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sm6115", },
        { .compatible = "qcom,sm6350", },
        { .compatible = "qcom,sm6375", },
+       { .compatible = "qcom,sm7225", },
        { .compatible = "qcom,sm8150", },
        { .compatible = "qcom,sm8250", },
        { .compatible = "qcom,sm8350", },