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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Sep 2021 08:09:26 +0000 (10:09 +0200)
[ Upstream commit 5d79e5ce5489b489cbc4c327305be9dfca0fc9ce ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 1c192a42f11e067d04161deca90d436e4b975f6a..a3734014db4778ca32783bfbc4f7ba68b6d35d2e 100644 (file)
@@ -136,6 +136,7 @@ static const struct of_device_id blacklist[] __initconst = {
        { .compatible = "qcom,qcs404", },
        { .compatible = "qcom,sc7180", },
        { .compatible = "qcom,sdm845", },
+       { .compatible = "qcom,sm8150", },
 
        { .compatible = "st,stih407", },
        { .compatible = "st,stih410", },