commit | 20689c17d41542320aaa6a90043fdeb97bf05e10 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Dec 15 12:32:21 2020 -0600 |
committer | Maureen Helm <maureen.helm@nxp.com> | Wed Dec 16 15:23:39 2020 -0600 |
tree | ce88891ffd07cb02a54980d41fe46516034a5f8f | |
parent | 57a402cd0a251afd6e27d1afbf34080bce84abcb [diff] |
drivers: clock_control: stm32: Convert drivers to new DT device macros Convert clock_control drivers from: DEVICE_AND_API_INIT -> DEVICE_DT_DEFINE As part of this we also changed STM32_CLOCK_CONTROL_NAME to be based on devicetree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>