commit | 6d33d6944b9eac9e145100c158fa3a205dd90e77 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Mon May 03 16:47:30 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 05 16:34:37 2021 -0500 |
tree | 386b2d5fab7a7e83a30d776849c13a8cc2964a8e | |
parent | e1f9d8ead446c75dd18ea5f4e6ed5936363a1f64 [diff] |
drivers/clock_control: stm32: Add CLOCK_CONTROL_STM32_HAS_DTS Add new symbol CLOCK_CONTROL_STM32_HAS_DTS to exclude definition of other CLOCK_CONTROL_STM32_* symbols when dts based configuration is in use. CLOCK_CONTROL_STM32_HAS_DTS is defined based on availability of "clocks" property in rcc node. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>