Skip to content

Commit 8f9b737

Browse files
committed
DNM just for testing
Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent df20fa5 commit 8f9b737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/nordic/nrf54h/power.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ static void s2idle_exit(uint8_t substate_id)
168168
static void s2ram_exit(void)
169169
{
170170
common_resume();
171+
soc_lrcconf_poweron_release(&soc_node, NRF_LRCCONF_POWER_MAIN);
171172
#if !defined(CONFIG_SOC_NRF54H20_CPURAD)
172173
/* Re-enable domain retention. */
173174
nrf_lrcconf_retain_set(NRF_LRCCONF010, NRF_LRCCONF_POWER_DOMAIN_0, true);
@@ -188,6 +189,7 @@ static int sys_suspend_to_ram(void)
188189
/* Disable retention */
189190
nrf_lrcconf_retain_set(NRF_LRCCONF010, NRF_LRCCONF_POWER_DOMAIN_0, false);
190191
#endif
192+
soc_lrcconf_poweron_request(&soc_node, NRF_LRCCONF_POWER_MAIN);
191193
common_suspend();
192194

193195
__set_BASEPRI(0);

0 commit comments

Comments
 (0)