]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: dt: Add support for interconnect bandwidth scaling
authorGeorgi Djakov <georgi.djakov@linaro.org>
Tue, 12 May 2020 12:53:24 +0000 (15:53 +0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 29 May 2020 04:45:12 +0000 (10:15 +0530)
commit513a7a20719ab8668c6824c107a1028f34ac4ffc
treeef7be6935c978f6decab3b8cae5e72566862a5e9
parent9462d742d53626012ebeab9d497be60f41a01e4d
cpufreq: dt: Add support for interconnect bandwidth scaling

In addition to clocks and regulators, some devices can scale the bandwidth
of their on-chip interconnect - for example between CPU and DDR memory. Add
support for that, so that platforms which support it can make use of it.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
[ Viresh: Reused dev_pm_opp_of_find_icc_paths(). Also drop the depends
  on from Kconfig. ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
fixup! cpufreq: dt: Add support for interconnect bandwidth scaling
drivers/cpufreq/cpufreq-dt.c