Commit c3aa8513221c9abbe8832873dde2c96b60b5bb4b

Authored by Adam Ford
Committed by Tom Rini
1 parent f4db3b68c1

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/logicpd/omap3som/omap3logic.c
... ... @@ -50,7 +50,7 @@
50 50 };
51 51  
52 52 U_BOOT_DEVICE(omap3logic_uart) = {
53   - "ns16550_serial",
  53 + "omap_serial",
54 54 &omap3logic_serial
55 55 };
56 56