diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-08-30 18:03:02 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-09-02 17:58:27 +0300 |
commit | 791581e36df3a661ed9516b7506e28cf9b87ed1a (patch) | |
tree | 73e34aa13df1c2cee2c712d5baf7e1efa9c0251d /Documentation/devicetree/bindings/arm | |
parent | 19155f56a149c7e9711bed400260a867462472bc (diff) | |
download | linux-791581e36df3a661ed9516b7506e28cf9b87ed1a.tar.xz |
dt-bindings: arm: idle-states: Move exit-latency-us explanation
Move exit-latency-us explanation to exit-latency-us section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/idle-states.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/idle-states.txt b/Documentation/devicetree/bindings/arm/idle-states.txt index eb9d725be7a9..771f5d20ae18 100644 --- a/Documentation/devicetree/bindings/arm/idle-states.txt +++ b/Documentation/devicetree/bindings/arm/idle-states.txt @@ -287,14 +287,14 @@ follows: Value type: <prop-encoded-array> Definition: u32 value representing worst case latency in microseconds required to enter the idle state. - The exit-latency-us duration may be guaranteed - only after entry-latency-us has passed. - exit-latency-us Usage: Required Value type: <prop-encoded-array> Definition: u32 value representing worst case latency in microseconds required to exit the idle state. + The exit-latency-us duration may be guaranteed + only after entry-latency-us has passed. - min-residency-us Usage: Required |