commit | 541cd6e54eb80159d9212e2dda8fdea8c246eea7 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 09:29:09 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:28:08 2017 -0400 |
tree | 0972ec323085b55f59aa601501c370cb39c7aaae | |
parent | 27265cee76ee7ee779e2e26549bdedb9d38a56de [diff] |
spi: stm32_qspi: add clk_get_rate() support Replace proprietary clock_get() by clk_get_rate() The stm32_qspi is now "generic" and can be used by other STM32 SoCs. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>