Skip to content

Commit a4a6130

Browse files
nordic-krchkartben
authored andcommitted
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 <krzysztof.chruscinski@nordicsemi.no>
1 parent a36b154 commit a4a6130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 2 deletions
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)