Skip to content

Commit

Permalink
dts: arm: silabs: remove redundant pstate_em4 state
Browse files Browse the repository at this point in the history
This state is never used in practice, even if handled by the PM
subsystem hooks. Shutdown-like states are always invoked manually, so
they don't need to be described in DT.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Jul 26, 2023
1 parent 1c0ec37 commit 00f0054
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dts/arm/silabs/efr32bg2x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@
min-residency-us = <20000>;
exit-latency-us = <2000>;
};

/*
* EM4 does not preserve CPU or RAM state, so system runs
* through a cold boot upon wake up. BURTC can wake up the
* system from EM4 but that has to be manually configured
* by the application in BURTC registers.
*/
pstate_em4: em4 {
compatible = "zephyr,power-state";
power-state-name = "soft-off";
min-residency-us = <100000>;
exit-latency-us = <80000>;
};
};
};

Expand Down

0 comments on commit 00f0054

Please sign in to comment.