Skip to content

Commit

Permalink
cpufreq: dt-platdev: Blacklist ti,am625 SoC
Browse files Browse the repository at this point in the history
Add ti,am625 SoC to the blacklist as the ti-cpufreq driver will handle
creating the cpufreq-dt platform device after it completes so it is not
created twice.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Dave Gerlach authored and Viresh Kumar committed Nov 7, 2022
1 parent aac0293 commit e66e20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "ti,am43", },
{ .compatible = "ti,dra7", },
{ .compatible = "ti,omap3", },
{ .compatible = "ti,am625", },

{ .compatible = "qcom,ipq8064", },
{ .compatible = "qcom,apq8064", },
Expand Down

0 comments on commit e66e20d

Please sign in to comment.