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:
parent
f4db3b68c1
commit
c3aa851322
@ -50,7 +50,7 @@ static const struct ns16550_platdata omap3logic_serial = {
|
||||
};
|
||||
|
||||
U_BOOT_DEVICE(omap3logic_uart) = {
|
||||
"ns16550_serial",
|
||||
"omap_serial",
|
||||
&omap3logic_serial
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user