ARM: omap3logic: Specify DM serial driver as omap_serial

With the new omap_serial driver, this patch uses this instead
from the former ns16550_serial driver.  Even though the
omap_serial driver is essentially the same.

Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
Adam Ford 2018-10-07 17:42:42 -05:00 committed by Tom Rini
parent f4db3b68c1
commit c3aa851322

View File

@ -50,7 +50,7 @@ static const struct ns16550_platdata omap3logic_serial = {
};
U_BOOT_DEVICE(omap3logic_uart) = {
"ns16550_serial",
"omap_serial",
&omap3logic_serial
};