cpufreq: tegra20: Use generic cpufreq-dt driver (Tegra30 supported now)
authorDmitry Osipenko <digetx@gmail.com>
Thu, 19 Mar 2020 19:02:26 +0000 (22:02 +0300)
committerThierry Reding <treding@nvidia.com>
Wed, 6 May 2020 16:59:38 +0000 (18:59 +0200)
commit9ce274630495c731257fb1b569dd7b84a2fdba14
tree9627864e9aca9d4a649864b0ab85f764823edd25
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
cpufreq: tegra20: Use generic cpufreq-dt driver (Tegra30 supported now)

Re-parenting to intermediate clock is supported now by the clock driver
and thus there is no need in a customized CPUFreq driver, all that code
is common for both Tegra20 and Tegra30. The available CPU freqs are now
specified in device-tree in a form of OPPs, all users should update their
device-trees.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Tested-by: Marcel Ziswiler <marcel@ziswiler.com>
Tested-by: Jasper Korten <jja2000@gmail.com>
Tested-by: David Heidelberg <david@ixit.cz>
Tested-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/tegra20-cpufreq.c