ns16550: unify serial_omap

Unify serial_omap, and use the generic binding.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Thomas Chou
2015-11-19 21:48:12 +08:00
committed by Tom Rini
parent 1874626b2b
commit c7b9686d5d
18 changed files with 22 additions and 76 deletions

View File

@@ -40,7 +40,7 @@ static const struct ns16550_platdata igep_serial = {
};
U_BOOT_DEVICE(igep_uart) = {
"serial_omap",
"ns16550_serial",
&igep_serial
};