cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev
authorThara Gopinath <thara.gopinath@linaro.org>
Wed, 4 Aug 2021 20:34:20 +0000 (16:34 -0400)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 5 Aug 2021 04:13:04 +0000 (09:43 +0530)
The Qualcomm sm8150 platform uses the qcom-cpufreq-hw driver, so
add it to the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 9d5a38a..231e585 100644 (file)
@@ -141,6 +141,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "qcom,sc7280", },
        { .compatible = "qcom,sc8180x", },
        { .compatible = "qcom,sdm845", },
+       { .compatible = "qcom,sm8150", },
 
        { .compatible = "st,stih407", },
        { .compatible = "st,stih410", },