]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 24 Sep 2021 09:58:36 +0000 (11:58 +0200)
BugLink: https://bugs.launchpad.net/bugs/1944610
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/cpufreq/cpufreq-dt-platdev.c

index 91e6a0c10dbf98b63f3b3bfdae98f27bd6f03e36..1da2496d117cae476b94d8d232d22f248964314d 100644 (file)
@@ -138,6 +138,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", },