Skip to content

Commit d2534ea

Browse files
nordic-krchrlubos
authored andcommitted
[nrf fromtree] dts: common: nordic: nrf54h20: Update exit-latency-us timing
Update exit-latency-us with newly measured values. Measurement is taking into account additional timing compared to wakeup from WFI. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit a4a6130)
1 parent da14f33 commit d2534ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/common/nordic/nrf54h20.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@
137137
power-state-name = "suspend-to-idle";
138138
substate-id = <2>;
139139
min-residency-us = <1000>;
140-
exit-latency-us = <30>;
140+
exit-latency-us = <7>;
141141
};
142142
s2ram: s2ram {
143143
compatible = "zephyr,power-state";
144144
power-state-name = "suspend-to-ram";
145145
min-residency-us = <2000>;
146-
exit-latency-us = <260>;
146+
exit-latency-us = <33>;
147147
};
148148
};
149149
};

0 commit comments

Comments
 (0)