diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2016-09-14 16:41:37 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-09-16 17:57:04 -0400 |
commit | e01072d22d4e7f9ca966f848def22fe41eaef4de (patch) | |
tree | 61c4e998763c86def76cdaab8a490d0af4fea771 | |
parent | ad38677df44b67e0f5b6c4d31e9c2734abde8ed9 (diff) |
cpufreq: ti: Use generic platdev driver
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 <d-gerlach@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: 4.7+ <stable@vger.kernel.org> # 4.7+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index d2637e1a5710..71267626456b 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c | |||
@@ -72,6 +72,8 @@ static const struct of_device_id machines[] __initconst = { | |||
72 | 72 | ||
73 | { .compatible = "sigma,tango4" }, | 73 | { .compatible = "sigma,tango4" }, |
74 | 74 | ||
75 | { .compatible = "ti,am33xx", }, | ||
76 | { .compatible = "ti,dra7", }, | ||
75 | { .compatible = "ti,omap2", }, | 77 | { .compatible = "ti,omap2", }, |
76 | { .compatible = "ti,omap3", }, | 78 | { .compatible = "ti,omap3", }, |
77 | { .compatible = "ti,omap4", }, | 79 | { .compatible = "ti,omap4", }, |