Skip to content

Commit fb09180

Browse files
Sibi Sankarvireshk
authored andcommitted
cpufreq: blacklist SC7180 in cpufreq-dt-platdev
Add SC7180 to cpufreq-dt-platdev blacklist since the actual scaling is handled by the 'qcom-cpufreq-hw' driver. Signed-off-by: Sibi Sankar <[email protected]> Reviewed-by: Amit Kucheria <[email protected]> Reviewed-by: Matthias Kaehlcke <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 49ef122 commit fb09180

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
@@ -132,6 +132,7 @@ static const struct of_device_id blacklist[] __initconst = {
132132
{ .compatible = "qcom,apq8096", },
133133
{ .compatible = "qcom,msm8996", },
134134
{ .compatible = "qcom,qcs404", },
135+
{ .compatible = "qcom,sc7180", },
135136
{ .compatible = "qcom,sdm845", },
136137

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

0 commit comments

Comments
 (0)