Skip to content

Commit 0aea7a2

Browse files
konradybciovireshk
authored andcommitted
cpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdev
All Qualcomm platforms utilizing the qcom-cpufreq-hw driver have no business in using cpufreq-dt. Prevent that from happening. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent e520d0b commit 0aea7a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,21 +144,27 @@ static const struct of_device_id blocklist[] __initconst = {
144144
{ .compatible = "qcom,apq8096", },
145145
{ .compatible = "qcom,msm8996", },
146146
{ .compatible = "qcom,msm8998", },
147+
{ .compatible = "qcom,qcm2290", },
147148
{ .compatible = "qcom,qcs404", },
149+
{ .compatible = "qcom,qdu1000", },
148150
{ .compatible = "qcom,sa8155p" },
149151
{ .compatible = "qcom,sa8540p" },
152+
{ .compatible = "qcom,sa8775p" },
150153
{ .compatible = "qcom,sc7180", },
151154
{ .compatible = "qcom,sc7280", },
152155
{ .compatible = "qcom,sc8180x", },
153156
{ .compatible = "qcom,sc8280xp", },
154157
{ .compatible = "qcom,sdm845", },
158+
{ .compatible = "qcom,sdx75", },
155159
{ .compatible = "qcom,sm6115", },
156160
{ .compatible = "qcom,sm6350", },
157161
{ .compatible = "qcom,sm6375", },
158162
{ .compatible = "qcom,sm7225", },
159163
{ .compatible = "qcom,sm8150", },
160164
{ .compatible = "qcom,sm8250", },
161165
{ .compatible = "qcom,sm8350", },
166+
{ .compatible = "qcom,sm8450", },
167+
{ .compatible = "qcom,sm8550", },
162168

163169
{ .compatible = "st,stih407", },
164170
{ .compatible = "st,stih410", },

0 commit comments

Comments
 (0)