Commit ee8c6614 authored by Loic Poulain's avatar Loic Poulain Committed by Carles Cufi
Browse files

boards: arm: disco_l475_iot1: Enable MSI PLL mode for USB



The MSI PLL mode has been disabled but can be used since LSE is
populated on disco_l475_iot1 board. This is requested to enable
USB device controller support.

Fixes #18717

Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
parent ed6ce291
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@ CONFIG_CLOCK_STM32_AHB_PRESCALER=1
CONFIG_CLOCK_STM32_APB1_PRESCALER=1
CONFIG_CLOCK_STM32_APB2_PRESCALER=1

# LSE oscillator is populated, enable MSI PLL-Mode
CONFIG_CLOCK_STM32_LSE=y
CONFIG_CLOCK_STM32_MSI_PLL_MODE=y

# console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y