On Fri, Aug 08, 2025 at 10:10:35AM +0000, Sean Nyekjaer wrote: > Does it make sense to show that the driver support suspend to mem > states? Like... I don't see any reason not to. So, I can add that in the next version. > > > sw1_reg: sw1 { > regulator-name = "sw1"; > regulator-min-microvolt = <1325000>; > regulator-max-microvolt = <1325000>; > regulator-always-on; > > regulator-state-mem { > regulator-on-in-suspend; > regulator-suspend-max-microvolt = <900000>; > regulator-suspend-min-microvolt = <900000>; > }; > }; > > sw2_reg: sw2 { > regulator-name = "sw2"; > regulator-min-microvolt = <1350000>; > regulator-max-microvolt = <1350000>; > regulator-always-on; > > regulator-state-mem { > regulator-on-in-suspend; > }; > }; > > sw3_reg: sw3 { > regulator-name = "sw3"; > regulator-min-microvolt = <3300000>; > regulator-max-microvolt = <3300000>; > regulator-always-on; > > regulator-state-mem { > regulator-on-in-suspend; > }; > }; > > vldo1_reg: ldo1 { > regulator-name = "ldo1"; > regulator-min-microvolt = <2900000>; > regulator-max-microvolt = <2900000>; > regulator-always-on; > > regulator-state-mem { > regulator-off-in-suspend; > }; > }; Will include these in the next version. Thanks, Sam