Skip to content

Commit 72951a7

Browse files
anderssonvireshk
authored andcommitted
cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev
The Qualcomm sc8280xp and sa8540p 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>
1 parent c377d4b commit 72951a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,11 @@ static const struct of_device_id blocklist[] __initconst = {
139139
{ .compatible = "qcom,msm8996", },
140140
{ .compatible = "qcom,qcs404", },
141141
{ .compatible = "qcom,sa8155p" },
142+
{ .compatible = "qcom,sa8540p" },
142143
{ .compatible = "qcom,sc7180", },
143144
{ .compatible = "qcom,sc7280", },
144145
{ .compatible = "qcom,sc8180x", },
146+
{ .compatible = "qcom,sc8280xp", },
145147
{ .compatible = "qcom,sdm845", },
146148
{ .compatible = "qcom,sm6350", },
147149
{ .compatible = "qcom,sm8150", },

0 commit comments

Comments
 (0)