diff --git a/dts/arm/st/wba/stm32wba.dtsi b/dts/arm/st/wba/stm32wba.dtsi index 4ae45491f7fc..0039b1500a1c 100644 --- a/dts/arm/st/wba/stm32wba.dtsi +++ b/dts/arm/st/wba/stm32wba.dtsi @@ -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>;