commit | 8aca2d1a222677acabf25b681bf624b0ac7e1d44 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Thu Feb 08 17:20:48 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:45:37 2018 -0400 |
tree | 4869670777b08e40763fbf2f209b4b711b585610 | |
parent | cb15d287fc905f7a6e6f3fb599a2a9032741d428 [diff] |
clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() part Rework the way SDMMC clock get rate is done in a more generic way : _ Add stm32_clk_get_pllsai_rate() which give the PLLSAI indicated output rate. _ Add stm32_clk_get_pllsai_vco_rate() which give the VCO internal rate. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>