commit | d2bc05c7482533b07aaea6a0f1fadfb80382eb80 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:38 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:46 2018 -0500 |
tree | b954ed68132d9224b9d8b47b8635edc069b5d353 | |
parent | 3d995f889c8c0cbfa8987e2e01595b2cdb3089d2 [diff] |
mach-stm32: stmf32f4: timer: remove clock_get() call In order to use common clock driver between STM32F4 and STM32F7, remove clock_get() call As APB_PSC is always set to 2, only case when clock_get(CLOCK_AHB) != clock_get(CLOCK_APB1) is kept Signed-off-by: Patrice Chotard <patrice.chotard@st.com>