commit | 72e98228c3f17a5411b4f8fea27cfd6072ace348 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 04 16:27:28 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 10 13:00:00 2014 -0600 |
tree | 405a8d1b09738ad296d1b02978a2d473c23dbb17 | |
parent | 890fcefe2e20b30a3d98f667c2dcfb382b1de2e6 [diff] |
sandbox: serial: Support a coloured console The current sandbox serial driver is a pretty trivial example and does not have the featues that might be needed for other board serial drivers. To help provide a better example, add a text colour property to the device tree for sandbox. This uses platform data, a device tree node, driver private data and a remove() method. Signed-off-by: Simon Glass <sjg@chromium.org>