Skip to content

Commit

Permalink
cpufreq: ti: Use generic platdev driver
Browse files Browse the repository at this point in the history
Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
device for all OMAP platforms and the platform code that did it
before has been removed, add ti,am33xx and ti,dra7xx to the machine list
in cpufreq-dt-platdev which had relied on the removed platform code to do
this previously.

Fixes: 7694ca6 (cpufreq: omap: Use generic platdev driver)
Signed-off-by: Dave Gerlach <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Cc: 4.7+ <[email protected]> # 4.7+
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
dgerlach authored and rafaeljw committed Sep 16, 2016
1 parent ad38677 commit e01072d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ static const struct of_device_id machines[] __initconst = {

{ .compatible = "sigma,tango4" },

{ .compatible = "ti,am33xx", },
{ .compatible = "ti,dra7", },
{ .compatible = "ti,omap2", },
{ .compatible = "ti,omap3", },
{ .compatible = "ti,omap4", },
Expand Down

0 comments on commit e01072d

Please sign in to comment.