diff options
| author | Thomas Chou <[email protected]> | 2015-11-19 21:48:12 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-21 21:50:17 -0500 |
| commit | c7b9686d5d482c8e952598841ea467e6ec0ec0de (patch) | |
| tree | a0f8c9b0243f887c8f65f769c13ecada6bf280cc /board/ti | |
| parent | 1874626b2b7f7d44187e72c8e285dd348285743d (diff) | |
ns16550: unify serial_omap
Unify serial_omap, and use the generic binding.
Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'board/ti')
| -rw-r--r-- | board/ti/beagle/beagle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 56e3cfe935a..ff317efc2c7 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/beagle.c @@ -79,7 +79,7 @@ static const struct ns16550_platdata beagle_serial = { }; U_BOOT_DEVICE(beagle_uart) = { - "serial_omap", + "ns16550_serial", &beagle_serial }; |
