projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4db3b6
)
ARM: omap3logic: Specify DM serial driver as omap_serial
author
Adam Ford
<aford173@gmail.com>
Sun, 7 Oct 2018 22:42:42 +0000
(17:42 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Oct 2018 13:18:49 +0000
(09:18 -0400)
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>
board/logicpd/omap3som/omap3logic.c
patch
|
blob
|
history
diff --git
a/board/logicpd/omap3som/omap3logic.c
b/board/logicpd/omap3som/omap3logic.c
index
2f63e76
..
cd6dd72
100644
(file)
--- 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
};