Lines Matching +full:min +full:- +full:residency +full:- +full:us
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/domain-idle-state.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
18 const: domain-idle-states
21 "^(cpu|cluster|domain)-":
28 const: domain-idle-state
30 entry-latency-us:
33 state. Note that, the exit-latency-us duration may be guaranteed only
34 after the entry-latency-us has passed.
36 exit-latency-us:
41 min-residency-us:
43 The minimum residency duration in microseconds after which the idle
48 - compatible
49 - entry-latency-us
50 - exit-latency-us
51 - min-residency-us
56 - |
58 domain-idle-states {
59 domain_retention: domain-retention {
60 compatible = "domain-idle-state";
61 entry-latency-us = <20>;
62 exit-latency-us = <40>;
63 min-residency-us = <80>;