commit | dffceb4b15e4c5fd2487e625a08062a8120bd17f | [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 | 334a994a3c09607bc0a8f746ee2bbda5eaec3ede [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>