commit | 1a81cf8399675056beef5e76be8a9380d88c4ebf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 30 20:25:50 2014 -0600 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Nov 05 13:09:58 2014 +0100 |
tree | b3bed5105b65070fbcf811baebe59fa0c105531a | |
parent | 7aa9748584227bd97b642f8127382c75df5f4730 [diff] |
dm: sunxi: Add support for serial using driver model Add a driver for the designware serial UART used on sunxi. This just redirects to the normal ns16550 driver. Add a stdout-path to the device tree so that the correct UART is chosen. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com>