aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/8250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250.c b/drivers/tty/serial/8250.c
index f11df87fa249..f1422a646767 100644
--- a/drivers/tty/serial/8250.c
+++ b/drivers/tty/serial/8250.c
@@ -1107,7 +1107,7 @@ static void autoconfig_16550a(struct uart_8250_port *up)
1107 */ 1107 */
1108 DEBUG_AUTOCONF("Xscale "); 1108 DEBUG_AUTOCONF("Xscale ");
1109 up->port.type = PORT_XSCALE; 1109 up->port.type = PORT_XSCALE;
1110 up->capabilities |= UART_CAP_UUE; 1110 up->capabilities |= UART_CAP_UUE | UART_CAP_RTOIE;
1111 return; 1111 return;
1112 } 1112 }
1113 } else { 1113 } else {