Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-10 | dm: serial: Add driver model support for ns16550 | Simon Glass | |
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> | |||
2014-09-10 | sandbox: dts: Add a serial console node | Simon Glass | |
If the sandbox device tree is provided to U-Boot (with the -d flag) then it will use the device tree version in preference to the built-in device. The only difference is the colour. Signed-off-by: Simon Glass <sjg@chromium.org> |