summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_pl01x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/serial_pl01x.c')
-rwxr-xr-x[-rw-r--r--]drivers/serial/serial_pl01x.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/serial/serial_pl01x.c b/drivers/serial/serial_pl01x.c
index c645cef87..839b0a812 100644..100755
--- a/drivers/serial/serial_pl01x.c
+++ b/drivers/serial/serial_pl01x.c
@@ -144,6 +144,11 @@ int serial_init (void)
IO_WRITE (port[CONSOLE_PORT] + UART_PL011_LCRH,
(UART_PL011_LCRH_WLEN_8 | UART_PL011_LCRH_FEN));
+#ifdef CONFIG_U8500
+ /* program receive line control register */
+ IO_WRITE(port[CONSOLE_PORT] + 0x1C, 0x70);
+#endif
+
/*
** Finally, enable the UART
*/