Skip to content

Commit 5e79d6d

Browse files
anderssonvireshk
authored andcommitted
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 <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 275157b commit 5e79d6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,15 @@ static const struct of_device_id blocklist[] __initconst = {
137137
{ .compatible = "qcom,apq8096", },
138138
{ .compatible = "qcom,msm8996", },
139139
{ .compatible = "qcom,qcs404", },
140+
{ .compatible = "qcom,sa8155p" },
140141
{ .compatible = "qcom,sc7180", },
141142
{ .compatible = "qcom,sc7280", },
142143
{ .compatible = "qcom,sc8180x", },
143144
{ .compatible = "qcom,sdm845", },
145+
{ .compatible = "qcom,sm6350", },
144146
{ .compatible = "qcom,sm8150", },
147+
{ .compatible = "qcom,sm8250", },
148+
{ .compatible = "qcom,sm8350", },
145149

146150
{ .compatible = "st,stih407", },
147151
{ .compatible = "st,stih410", },

0 commit comments

Comments
 (0)