Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdev

The Qualcomm sa8155p, sm6350, sm8250 and sm8350 platforms also uses the
qcom-cpufreq-hw driver, so add them to the cpufreq-dt-platdev driver's
blocklist.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Bjorn Andersson and committed by
Viresh Kumar
5e79d6d9 275157b3

+4
+4
drivers/cpufreq/cpufreq-dt-platdev.c
··· 137 137 { .compatible = "qcom,apq8096", }, 138 138 { .compatible = "qcom,msm8996", }, 139 139 { .compatible = "qcom,qcs404", }, 140 + { .compatible = "qcom,sa8155p" }, 140 141 { .compatible = "qcom,sc7180", }, 141 142 { .compatible = "qcom,sc7280", }, 142 143 { .compatible = "qcom,sc8180x", }, 143 144 { .compatible = "qcom,sdm845", }, 145 + { .compatible = "qcom,sm6350", }, 144 146 { .compatible = "qcom,sm8150", }, 147 + { .compatible = "qcom,sm8250", }, 148 + { .compatible = "qcom,sm8350", }, 145 149 146 150 { .compatible = "st,stih407", }, 147 151 { .compatible = "st,stih410", },