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:
Guillaume Gautier 2024-01-12 10:01:12 +01:00 committed by Carles Cufí
parent b097e3198f
commit 624139ad9a

View file

@ -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();
} }
} }