Skip to content

Commit

Permalink
samples: boards: stm32: pm: s2ram: enable standby mode
Browse files Browse the repository at this point in the history
Add Standby mode to the overlay since here we want to test Suspend to RAM.

Signed-off-by: Guillaume Gautier <[email protected]>
  • Loading branch information
gautierg-st committed Feb 21, 2024
1 parent 138d127 commit c1f843b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
/ {
/* Change min residency time to ease power consumption measurement */
cpus {
cpu0: cpu@0 {
cpu-power-states = <&stop0 &stop1 &standby>;
};

power-states {
stop0: state0 {
min-residency-us = <500000>;
Expand Down

0 comments on commit c1f843b

Please sign in to comment.