Skip to content

Commit 1312bd8

Browse files
[nrf fromtree] dts: nordic: nrf54h20: Update pm policy values
Apply nRF54H20 `min-residency-us` and `exit-latency-us` values for existing power states. Signed-off-by: Adam Kondraciuk <[email protected]> (cherry picked from commit 0bb3a1c)
1 parent 0a2e205 commit 1312bd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,14 @@
135135
compatible = "zephyr,power-state";
136136
power-state-name = "suspend-to-idle";
137137
substate-id = <2>;
138-
min-residency-us = <100000>;
138+
min-residency-us = <1000>;
139+
exit-latency-us = <30>;
139140
};
140141
s2ram: s2ram {
141142
compatible = "zephyr,power-state";
142143
power-state-name = "suspend-to-ram";
143-
min-residency-us = <800000>;
144+
min-residency-us = <2000>;
145+
exit-latency-us = <260>;
144146
};
145147
};
146148
};

0 commit comments

Comments
 (0)