commit | 931a7a5d28b7398d01fb096e837554009f495fa7 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Tue Jan 26 18:12:20 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 08 10:10:36 2016 -0500 |
tree | 05a29103a2e5f7ae1b580d9b53cc75dcd9919d8c | |
parent | fa53dfa31bd19f33e1ff83e29a0a6b6fd50583b2 [diff] |
serial: serial_stm32: move clock config from driver to board This patch removes the uart clock enable from serial driver & move it in the board code. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>