cpufreq: ti: Use generic platdev driver
authorDave Gerlach <[email protected]>
Wed, 14 Sep 2016 20:41:37 +0000 (15:41 -0500)
committerRafael J. Wysocki <[email protected]>
Fri, 16 Sep 2016 21:57:04 +0000 (23:57 +0200)
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: 7694ca6e1d6f (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]>
drivers/cpufreq/cpufreq-dt-platdev.c

index d2637e1a571054736b65960b783012bf8b88853e..71267626456ba7870c5e023c45b06482840c1dc8 100644 (file)
@@ -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", },