diff options
author | Saravana Kannan <saravanak@google.com> | 2020-05-12 14:53:18 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2020-05-13 08:16:11 +0200 |
commit | 45a41875fa20836f2839d4dda1f37d119a275542 (patch) | |
tree | fb3fa6eb6346f7da3b67e5393cd87bb557008121 /Documentation/devicetree/bindings/property-units.txt | |
parent | Linux 5.7-rc2 (diff) | |
download | linux-45a41875fa20836f2839d4dda1f37d119a275542.tar.xz linux-45a41875fa20836f2839d4dda1f37d119a275542.zip |
dt-bindings: opp: Introduce opp-peak-kBps and opp-avg-kBps bindings
Interconnects often quantify their performance points in terms of
bandwidth. So, add opp-peak-kBps (required) and opp-avg-kBps (optional) to
allow specifying Bandwidth OPP tables in DT.
opp-peak-kBps is a required property that replaces opp-hz for Bandwidth OPP
tables.
opp-avg-kBps is an optional property that can be used in Bandwidth OPP
tables.
Signed-off-by: Saravana Kannan <saravanak@google.com>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Reviewed-by: Sibi Sankar <sibis@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/property-units.txt')
-rw-r--r-- | Documentation/devicetree/bindings/property-units.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt index e9b8360b3288..c80a110c1e26 100644 --- a/Documentation/devicetree/bindings/property-units.txt +++ b/Documentation/devicetree/bindings/property-units.txt @@ -41,3 +41,7 @@ Temperature Pressure ---------------------------------------- -kpascal : kilopascal + +Throughput +---------------------------------------- +-kBps : kilobytes per second |