commit | 219531507c984c2ea0e7a93317a1c756947537d8 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 09:29:07 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:26:54 2017 -0400 |
tree | e1f98eee7edaefe3300317cc514bc83a3990a45a | |
parent | fee92ee86ce17a3ac46cc04ad709e9a3974fe03d [diff] |
serial: stm32x7: migrate serial struct to driver This allow to remove include/dm/platform_data/serial_stm32x7.h which was included in the past by stm32x7 driver and by stm32f746-disco.c board file. Since patch 42bf5e7c27 "serial: stm32f7: add device tree support" this file is no more needed in board file. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>