commit | 4809a191bbeb78add393b3800310897fe4318882 | [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 | 219531507c984c2ea0e7a93317a1c756947537d8 [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>