Skip to content

Commit 49ef122

Browse files
Sibi Sankarvireshk
authored andcommitted
cpufreq: blacklist SDM845 in cpufreq-dt-platdev
Add SDM845 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 b3a9e3b commit 49ef122

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,sdm845", },
135136

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

0 commit comments

Comments
 (0)