commit | 2183cbf6141cfebc505d4ca51f61114b72b6cbf1 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Sun Feb 12 10:25:48 2017 -0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 17 14:15:14 2017 -0400 |
tree | 97556c8a9b47ea996828a6f82be552ecc54fd08e | |
parent | da913d3649560cd7f6337c1e621d6655cf1078b4 [diff] |
stm32f7: clk: remove usart1 clock enable from board init Before clock driver availability it was required to enable usart1 clock for serial init but now with clock driver is taking care of usart1 clock. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>