commit | b43679482b06d476d908033b176f64c156f69b5e | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Feb 07 10:44:47 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:45:37 2018 -0400 |
tree | 8f658cdb20d049fa55a7925d2583cb8f020891e0 | |
parent | 61803a95a1e702275afe372422a97e94c655fd9d [diff] |
clk: clk_stm32h7: Fix stm32_clk_get_rate() for timer For timer clock, an additional prescaler is used which was not taken into account previously. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>