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