commit | 27265cee76ee7ee779e2e26549bdedb9d38a56de | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 09:29:08 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:28:08 2017 -0400 |
tree | 72f98dc6633a7711d22b264d8853bfe90060426a | |
parent | 122b2d4763e82e13f9b2735624813266047ddcd5 [diff] |
serial: stm32x7: add clk_get_rate() support Replace proprietary clock_get() by clk_get_rate() The stm32x7 serial driver 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>