|
@@ -1695,7 +1695,7 @@ lpuart32_set_termios(struct uart_port *port, struct ktermios *termios,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* ask the core to calculate the divisor */
|
|
/* ask the core to calculate the divisor */
|
|
|
- baud = uart_get_baud_rate(port, termios, old, 50, port->uartclk / 16);
|
|
|
|
|
|
|
+ baud = uart_get_baud_rate(port, termios, old, 50, port->uartclk / 4);
|
|
|
|
|
|
|
|
spin_lock_irqsave(&sport->port.lock, flags);
|
|
spin_lock_irqsave(&sport->port.lock, flags);
|
|
|
|
|
|