Skip to content

Commit 17a8b0b

Browse files
Sibi Sankarvireshk
authored andcommitted
cpufreq: blacklist SC7280 in cpufreq-dt-platdev
Add SC7280 to cpufreq-dt-platdev blacklist since the actual scaling is handled by the 'qcom-cpufreq-hw' driver. Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 6efb943 commit 17a8b0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ static const struct of_device_id blacklist[] __initconst = {
137137
{ .compatible = "qcom,msm8996", },
138138
{ .compatible = "qcom,qcs404", },
139139
{ .compatible = "qcom,sc7180", },
140+
{ .compatible = "qcom,sc7280", },
140141
{ .compatible = "qcom,sdm845", },
141142

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

0 commit comments

Comments
 (0)