Skip to content

Commit 7f269bf

Browse files
mmahadevan108danieldegrasse
authored andcommitted
dts: rw: No need to specify the exit latency
All this can be rolled into the single latency number. Exit latency also triggers an additional timeout which is not required for this SoC. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 14b1ba1 commit 7f269bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dts/arm/nxp/nxp_rw6xx_common.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
suspend: suspend {
5151
compatible = "nxp,pdcfg-power", "zephyr,power-state";
5252
power-state-name = "suspend-to-idle";
53-
min-residency-us = <500>;
54-
exit-latency-us = <120>;
53+
min-residency-us = <600>;
54+
exit-latency-us = <0>;
5555
deep-sleep-config = <0x180000>,
5656
<0x0>,
5757
<0x4>,
@@ -63,8 +63,8 @@
6363
compatible = "nxp,pdcfg-power", "zephyr,power-state";
6464
power-state-name = "standby";
6565
/* TODO: Revisit latency numbers */
66-
min-residency-us = <5000>;
67-
exit-latency-us = <1000>;
66+
min-residency-us = <6000>;
67+
exit-latency-us = <0>;
6868
deep-sleep-config = <0x180000>,
6969
<0x0>,
7070
<0x4>,

0 commit comments

Comments
 (0)