commit | dd0b0122bacc286a6c9321178fcdd947a8bbf0a8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 27 22:06:25 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 22 20:03:41 2015 -0600 |
tree | 9114a5ab60570b2b9ca7e21f72094a1b597fee42 | |
parent | 5b5e9ba3f7f40f12b3a69bb1cf3828cf3dd5e315 [diff] |
serial: ns16550: Add an option to specify the debug UART register shift This UART permits different register spacing. To support the debug UART on devices which have a spacing other than 1 byte, allow the shift value to be specified. Signed-off-by: Simon Glass <sjg@chromium.org>