serial: sprd: adjust TIMEOUT to a big value
authorWei Qiao <wei.qiao@spreadtrum.com>
Mon, 27 Mar 2017 06:06:42 +0000 (14:06 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 16:42:47 +0000 (18:42 +0200)
SPRD_TIMEOUT was 256, which is too small to wait until the status
switched to workable in a while loop, so that the earlycon could
not work correctly.

Signed-off-by: Wei Qiao <wei.qiao@spreadtrum.com>
Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sprd_serial.c

index d98e3dc4838e637b34d3e3984c9570c656fa37b3..90996ad97b3718cfa85a0505a47b7e8d7be770c9 100644 (file)
@@ -36,7 +36,7 @@
 #define SPRD_FIFO_SIZE         128
 #define SPRD_DEF_RATE          26000000
 #define SPRD_BAUD_IO_LIMIT     3000000
-#define SPRD_TIMEOUT           256
+#define SPRD_TIMEOUT           256000
 
 /* the offset of serial registers and BITs for them */
 /* data registers */