commit | 771d69cf4ee4f58678aaa86f476b41fc5d0d5c8e | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Sat Apr 22 15:57:25 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu May 11 22:21:27 2017 -0400 |
tree | 8fea58cb625155fb4f221847f5d7429939424db2 | |
parent | d2f96ad356366fcfb0b3e7d935dcdaee9e8ea91f [diff] |
serial: omap: Support debug UART Add debug UART functions to permit omap specific ns16550 to provide an early debug UART. This is mostly in common with DEBUG_UART_NS16550 except for Mode definition register which is required for selecting UART mode(16x auto-baud or 13x mode). Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>