File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020, Intel Corporation
2
+ # Copyright 2025 NXP
2
3
# SPDX-License-Identifier: Apache-2.0
3
4
4
- description : Properties for power management state
5
+ description : |
6
+ Properties for power management idle states.
5
7
6
8
compatible : " zephyr,power-state"
7
9
@@ -24,9 +26,13 @@ properties:
24
26
min-residency-us :
25
27
type : int
26
28
description : |
27
- Minimum residency duration in microseconds. It is the minimum time for a
28
- given idle state to be worthwhile energywise. It includes the time to enter
29
- in this state.
29
+ Minimum residency duration in microseconds.
30
+
31
+ How much time the residency in a given idle state must last for state entry
32
+ to be worthwhile energywise. It includes the time to enter into this state
33
+ and represents the "break-even" time to justify the time and power spent
34
+ on the work needed for entering and exiting the state based on how much actual energy
35
+ is saved once in the state, compared to choosing the next shallowest state.
30
36
exit-latency-us :
31
37
type : int
32
38
description : |
You can’t perform that action at this time.
0 commit comments