Skip to content

Commit fc5414a

Browse files
right-0903vireshk
authored andcommitted
cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
SM8650 have already been supported by qcom-cpufreq-hw driver, but never been added to cpufreq-dt-platdev. This makes noise [ 0.388525] cpufreq-dt cpufreq-dt: failed register driver: -17 [ 0.388537] cpufreq-dt cpufreq-dt: probe with driver cpufreq-dt failed with error -17 So adding it to the cpufreq-dt-platdev driver's blocklist to fix it. Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 14c8a41 commit fc5414a

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
@@ -175,6 +175,7 @@ static const struct of_device_id blocklist[] __initconst = {
175175
{ .compatible = "qcom,sm8350", },
176176
{ .compatible = "qcom,sm8450", },
177177
{ .compatible = "qcom,sm8550", },
178+
{ .compatible = "qcom,sm8650", },
178179

179180
{ .compatible = "st,stih407", },
180181
{ .compatible = "st,stih410", },

0 commit comments

Comments
 (0)