Skip to content

Commit d66cd5d

Browse files
anderssonvireshk
authored andcommitted
cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
The Qualcomm SC8180x platform uses the qcom-cpufreq-hw driver, so it in the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent e73f0f0 commit d66cd5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ static const struct of_device_id blocklist[] __initconst = {
139139
{ .compatible = "qcom,qcs404", },
140140
{ .compatible = "qcom,sc7180", },
141141
{ .compatible = "qcom,sc7280", },
142+
{ .compatible = "qcom,sc8180x", },
142143
{ .compatible = "qcom,sdm845", },
143144

144145
{ .compatible = "st,stih407", },

0 commit comments

Comments
 (0)