cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Tue, 3 Jan 2023 17:11:29 +0000 (18:11 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 4 Jan 2023 06:35:06 +0000 (12:05 +0530)
The Qualcomm SM6375 platform uses the qcom-cpufreq-hw driver, so add
it to the cpufreq-dt-platdev driver's blocklist.

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

index e329d29d1f9d11038eec3f4830f6f5404e20b76f..e8570365109869d4063339d877b3c3110b75b9b3 100644 (file)
@@ -151,6 +151,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sdm845", },
        { .compatible = "qcom,sm6115", },
        { .compatible = "qcom,sm6350", },
+       { .compatible = "qcom,sm6375", },
        { .compatible = "qcom,sm8150", },
        { .compatible = "qcom,sm8250", },
        { .compatible = "qcom,sm8350", },