drivers: hci: stm32wb: Don't mess with RTC Clock source

No reason to update RTC clock source in this driver.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-12-13 17:17:04 +01:00 committed by Carles Cufí
commit f1dfeff282

View file

@ -405,7 +405,6 @@ static void start_ble_rf(void)
/* Select wakeup source of BLE RF */
LL_RCC_SetRFWKPClockSource(LL_RCC_RFWKP_CLKSOURCE_LSE);
LL_RCC_SetRTCClockSource(LL_RCC_RTC_CLKSOURCE_LSE);
/* Switch OFF LSI */
LL_RCC_LSI2_Disable();