|
@@ -511,6 +511,7 @@ static void mvebu_uart_set_termios(struct uart_port *port,
|
|
termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR);
|
|
termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR);
|
|
termios->c_cflag &= CREAD | CBAUD;
|
|
termios->c_cflag &= CREAD | CBAUD;
|
|
termios->c_cflag |= old->c_cflag & ~(CREAD | CBAUD);
|
|
termios->c_cflag |= old->c_cflag & ~(CREAD | CBAUD);
|
|
|
|
+ termios->c_cflag |= CS8;
|
|
}
|
|
}
|
|
|
|
|
|
spin_unlock_irqrestore(&port->lock, flags);
|
|
spin_unlock_irqrestore(&port->lock, flags);
|