commit | a7989f64a351caaf4db785e83ceaf9a086d4e8e3 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Tue Apr 06 14:20:02 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Apr 27 11:53:37 2021 +0200 |
tree | 83bb38f6f68a313a5aa2764a86511abf2b61a74d | |
parent | 5633fd4abafadebb7fb5f4285dee8b3c5b5b6d4f [diff] |
drivers/clock_control: stm32: Configure CLOCK_STM32_HSE_CLOCK using dt Kconfig symbol is used in hal_stm32 module to define Cube HAL symbol HSE_VALUE (cf hal_stm32/stm32cube/CMakeLists.txt). Due to this specific usage, this symbol should be kept. As a consequence it could not be replaced by dts equivalent but we can use dts to configure it. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>