commit | 2a7ecc536019066f77ff7b6e24cb3194ee0f65c0 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Sep 27 15:44:51 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 08 16:19:56 2017 -0400 |
tree | db56364189fb5b9e7922ce677f75642162b47121 | |
parent | 60a996bacb74052f7e3966a875dfdebee036d446 [diff] |
serial: stm32x7: add fifo support for STM32H7 Add fifo mode support for rx and tx. As only STM32H7 supports this feature, add has_fifo flag to uart configuration to use fifo only when possible. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>