Index: linux-2.6.24/drivers/serial/s3c2410.c
===================================================================
--- linux-2.6.24.orig/drivers/serial/s3c2410.c	2008-02-15 18:24:04.000000000 +0100
+++ linux-2.6.24/drivers/serial/s3c2410.c	2008-02-15 18:26:09.000000000 +0100
@@ -760,7 +760,7 @@
 	 * Ask the core to calculate the divisor for us.
 	 */
 
-	baud = uart_get_baud_rate(port, termios, old, 0, 115200*8);
+	baud = uart_get_baud_rate(port, termios, old, 0, 115200*14);
 
 	if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST)
 		quot = port->custom_divisor;

