cpufreq: dt: platdev: Add MSM8909 to blocklist
authorStephan Gerhold <stephan.gerhold@kernkonzept.com>
Tue, 12 Sep 2023 09:40:16 +0000 (11:40 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 28 Sep 2023 06:52:03 +0000 (12:22 +0530)
MSM8909 uses qcom-cpufreq-nvmem to attach power domains and to parse the
speedbin from NVMEM (for opp-supported-hw).

Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
[ Viresh: Fixed order in table ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt-platdev.c

index 02ec58a8603b42a48eb69f9083d2005d156b4e68..2016d47889c07aaec38301f53d9b4e9ec3b2e111 100644 (file)
@@ -142,6 +142,7 @@ static const struct of_device_id blocklist[] __initconst = {
        { .compatible = "nvidia,tegra234", },
 
        { .compatible = "qcom,apq8096", },
+       { .compatible = "qcom,msm8909", },
        { .compatible = "qcom,msm8996", },
        { .compatible = "qcom,msm8998", },
        { .compatible = "qcom,qcm2290", },