commit | 81d7765ecada639032fc482a69638751b3faeca3 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Thu Feb 08 17:20:45 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:45:37 2018 -0400 |
tree | 6ac02f0a1d4c1b92a16b2aa9c7eb4f2b7273b8e7 | |
parent | a36da369fe7b5ba75e85fa0cb7ddf36b32aa7f1f [diff] |
clk: clk_stm32f: Fix stm32_clk_get_rate() Wrong parameter was passed to stm32_clk_pll48clk_rate(). sysclk (PLL_p output value) was passed instead of VCO value. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>