commit | c346d42b9f39fbec561a1a648f2fee63a555f48d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 10 01:12:08 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jul 11 21:30:21 2020 +0900 |
tree | 8f13ea25a3a8f2afc72a354a6539d8c85f1cd8a2 | |
parent | b8daeda6a98eae16426377218168471de83ffe56 [diff] |
serial: uniphier: enable FIFO This UART controller is integrated with a FIFO. Enable it. You can put the next character into the FIFO while the transmitter is sending out the current character. This works slightly faster. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>