We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20fa5 commit 8f9b737Copy full SHA for 8f9b737
soc/nordic/nrf54h/power.c
@@ -168,6 +168,7 @@ static void s2idle_exit(uint8_t substate_id)
168
static void s2ram_exit(void)
169
{
170
common_resume();
171
+ soc_lrcconf_poweron_release(&soc_node, NRF_LRCCONF_POWER_MAIN);
172
#if !defined(CONFIG_SOC_NRF54H20_CPURAD)
173
/* Re-enable domain retention. */
174
nrf_lrcconf_retain_set(NRF_LRCCONF010, NRF_LRCCONF_POWER_DOMAIN_0, true);
@@ -188,6 +189,7 @@ static int sys_suspend_to_ram(void)
188
189
/* Disable retention */
190
nrf_lrcconf_retain_set(NRF_LRCCONF010, NRF_LRCCONF_POWER_DOMAIN_0, false);
191
#endif
192
+ soc_lrcconf_poweron_request(&soc_node, NRF_LRCCONF_POWER_MAIN);
193
common_suspend();
194
195
__set_BASEPRI(0);
0 commit comments