commit | 79a9da33b05d0f449cf5eafaa606831d56d898fc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 04 16:27:34 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 10 13:00:01 2014 -0600 |
tree | 12328a53b7244f5ae078d7d56b2b29a99a3f23a1 | |
parent | c31ebfee6e4ec68f48b57e35838d18a76a6226b5 [diff] |
dm: serial: Add driver model support for ns16550 Add driver model support so that ns16550 can support operation both with and without driver model. The driver needs a clock frequency so cannot stand alone unfortunately. The clock frequency must be provided by a separate driver. Signed-off-by: Simon Glass <sjg@chromium.org>