Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dm: serial: Add driver model support for ns16550 | Simon Glass | 2014-09-10 | 1 | -0/+10 |
| | | | | | | | | | | 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> | ||||
* | sandbox: dts: Add a serial console node | Simon Glass | 2014-09-10 | 1 | -0/+13 |
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> |