You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migration_guide_3.2: mention changes to PM_S2RAM for nRF54H20
Mention changes to kconfig options PM_S2RAM and
PM_S2RAM_CUSTOM_MARKING and how to migrate to adhere to the changes
which affect the nRF54H20.
Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/migration/migration_guide_3.2.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,21 @@ nRF54H20 SoC binaries
42
42
* :ref:`abi_compatibility` for details about the SoC binaries.
43
43
* :ref:`ug_nrf54h20_ironside_se_update` for instructions on updating the SoC binaries.
44
44
45
+
nRF54H20 power management
46
+
-------------------------
47
+
48
+
.. toggle::
49
+
50
+
* The Kconfig options :kconfig:option:`PM_S2RAM` and :kconfig:option:`PM_S2RAM_CUSTOM_MARKING` have been reworked to be managed automatically based on the suspend-to-ram ``power-states`` in the devicetree.
51
+
Any occurrences of ``CONFIG_PM_S2RAM=y`` and ``CONFIG_PM_S2RAM_CUSTOM_MARKING=y`` must be removed.
52
+
Any occurrence of ``CONFIG_PM_S2RAM=n`` or when the code requires S2RAM state to be disabled (the default value of :kconfig:option:`PM_S2RAM` has changed from ``n`` to ``y``) must be replaced by disabling the ``s2ram`` power state in the devicetree.
0 commit comments