From: Adam Ford Date: Sun, 7 Oct 2018 22:42:42 +0000 (-0500) Subject: ARM: omap3logic: Specify DM serial driver as omap_serial X-Git-Tag: v2018.11-rc3~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3aa8513221c9abbe8832873dde2c96b60b5bb4b;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c index 2f63e76..cd6dd72 100644 --- a/board/logicpd/omap3som/omap3logic.c +++ b/board/logicpd/omap3som/omap3logic.c @@ -50,7 +50,7 @@ static const struct ns16550_platdata omap3logic_serial = { }; U_BOOT_DEVICE(omap3logic_uart) = { - "ns16550_serial", + "omap_serial", &omap3logic_serial };