diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/sprd_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c index d98e3dc4838e..90996ad97b37 100644 --- a/drivers/tty/serial/sprd_serial.c +++ b/drivers/tty/serial/sprd_serial.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #define SPRD_FIFO_SIZE 128 | 36 | #define SPRD_FIFO_SIZE 128 |
37 | #define SPRD_DEF_RATE 26000000 | 37 | #define SPRD_DEF_RATE 26000000 |
38 | #define SPRD_BAUD_IO_LIMIT 3000000 | 38 | #define SPRD_BAUD_IO_LIMIT 3000000 |
39 | #define SPRD_TIMEOUT 256 | 39 | #define SPRD_TIMEOUT 256000 |
40 | 40 | ||
41 | /* the offset of serial registers and BITs for them */ | 41 | /* the offset of serial registers and BITs for them */ |
42 | /* data registers */ | 42 | /* data registers */ |