commit | 609f78b75cc4a9793df271ec7a173cd464d9bdc3 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Fri Jan 31 15:04:02 2020 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Feb 05 13:56:26 2020 -0600 |
tree | c79d9b93f32b509828a245ab75288fecc0270648 | |
parent | 612f29ee27cdd29234bac09ffce0ed8f2227e05d [diff] |
drivers/adc: stm32: Don't enable ADC instance by default in driver ADC_1 peripheral instance was enabled by default in driver. This is not the usual way to enable peripheral instances, as it makes board configuration unclear. Move activation in boards that are declaring ADC support. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>