drivers: clock_control: stm32wba: remove disabling of backup access
Disabling Backup access prevents Suspend to RAM to work. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
b097e3198f
commit
624139ad9a
|
@ -484,8 +484,6 @@ static void set_up_fixed_clock_sources(void)
|
||||||
/* Wait till LSESYS is ready */
|
/* Wait till LSESYS is ready */
|
||||||
while (!LL_RCC_LSE_IsPropagationReady()) {
|
while (!LL_RCC_LSE_IsPropagationReady()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
LL_PWR_DisableBkUpAccess();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue