]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: dt: Don't use generic platdev driver for ti-cpufreq platforms
authorDave Gerlach <d-gerlach@ti.com>
Fri, 3 Feb 2017 17:29:29 +0000 (11:29 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 9 Feb 2017 21:59:00 +0000 (22:59 +0100)
commit051bd84bb45bc994b7d762467f60b3bd0c7aa6bc
treea474c33b62f87efd167f23c43ab6b49bde96ebda
parente13cf046cd70894393a1085ca39da7ef751353fb
cpufreq: dt: Don't use generic platdev driver for ti-cpufreq platforms

Some TI platforms, specifically those in the am33xx, am43xx, dra7xx, and
am57xx families of SoCs can make use of the ti-cpufreq driver to
selectively enable OPPs based on the exact configuration in use. The
ti-cpufreq is given the responsibility of creating the cpufreq-dt
platform device when the driver is in use so drop am33xx and dra7xx
from the cpufreq-dt-platdev driver so it is not created twice.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq-dt-platdev.c