Merge branch 'net-ipa-platform-specific-clock-and-interconnect-rates'
authorJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 02:45:03 +0000 (18:45 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 21 Nov 2020 02:45:03 +0000 (18:45 -0800)
Alex Elder says:

====================
net: ipa: platform-specific clock and interconnect rates

This series changes the way the IPA core clock rate and the
bandwidth parameters for interconnects are specified.  Previously
these were specified with hard-wired constants, with the same values
used for the SDM845 and SC7180 platforms.  Now these parameters are
recorded in platform-specific configuration data.

For the SC7180 this means we use an all-new core clock rate and
interconnect parameters.

Additionally, while developing this I learned that the average
bandwidth setting for two of the interconnects is ignored (on both
platforms).  Zero is now used explicitly as that unused bandwidth
value.  This means the SDM845 bandwidth settings are also changed
by this series.
====================

Link: https://lore.kernel.org/r/20201119224041.16066-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge