summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-18 12:04:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-18 12:04:41 -0700
commit339e4ce018f52f2b2d6268f47a00a522b86c9340 (patch)
tree1f416e8f0bed3fe977569fa9bc1ea5d84edbb1fe /Documentation/devicetree
parent01f2f441013ecb00c16f7c9075c28ee9a42983fa (diff)
parent3087c5f20db68ae27013593f332de06a9ac114aa (diff)
Merge "PM / devfreq: memlat: Add a core to memory frequency mapping table"
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/devfreq/arm-memlat-mon.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/devfreq/arm-memlat-mon.txt b/Documentation/devicetree/bindings/devfreq/arm-memlat-mon.txt
index ecfab3617a75..01b2424359e1 100644
--- a/Documentation/devicetree/bindings/devfreq/arm-memlat-mon.txt
+++ b/Documentation/devicetree/bindings/devfreq/arm-memlat-mon.txt
@@ -7,10 +7,16 @@ Required properties:
- compatible: Must be "qcom,arm-memlat-mon"
- qcom,cpulist: List of CPU phandles to be monitored in a cluster
- qcom,target-dev: The DT device that corresponds to this master port
+- qcom,core-dev-table: A mapping table of core frequency to a required bandwidth vote at the
+ given core frequency.
Example:
qcom,arm-memlat-mon {
compatible = "qcom,arm-memlat-mon";
qcom,cpulist = <&CPU0 &CPU1>;
qcom,target-dev = <&memlat0>;
+ qcom,core-dev-table =
+ < 300000 1525>,
+ < 499200 3143>,
+ < 1881600 5859>;
};