commit | c31ebfee6e4ec68f48b57e35838d18a76a6226b5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 04 16:27:33 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 10 13:00:01 2014 -0600 |
tree | 64c552c3335744c54744704afdbda92f7f0b8b61 | |
parent | e98e01e48e1ef8d92cccc8a504c053172edff654 [diff] |
dm: serial: Collect common baud rate code in ns16550 The same sequence is used in several places, so move it into a function. Note that UART_LCR_BKSE is an alias for UART_LCR_DLAB. Signed-off-by: Simon Glass <sjg@chromium.org>