Skip to content

Commit

Permalink
dts: arm: st: wba: do not enable standby pm mode
Browse files Browse the repository at this point in the history
Do not enable Standby low-power mode by default since the associated
Kconfig PM_S2RAM is disabled by default. Otherwise we could enter an
unsupported low-power state.

Signed-off-by: Guillaume Gautier <[email protected]>
  • Loading branch information
gautierg-st committed Feb 21, 2024
1 parent 53f527c commit 138d127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dts/arm/st/wba/stm32wba.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
device_type = "cpu";
compatible = "arm,cortex-m33";
reg = <0>;
cpu-power-states = <&stop0 &stop1 &standby>;
/* Do not add &standby here since CONFIG_PM_S2RAM is disabled by default */
cpu-power-states = <&stop0 &stop1>;
#address-cells = <1>;
#size-cells = <1>;

Expand Down

0 comments on commit 138d127

Please sign in to comment.