aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/s3c6400.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-12-12 00:24:21 +0000
committerBen Dooks <ben-linux@fluff.org>2009-05-01 12:28:16 +0100
commit090f848da000083bf6c1a052222396970e53b4d7 (patch)
treeb4bcd27fb2c0e3c29a2781ca7870cbdc2c7a3bd6 /drivers/serial/s3c6400.c
parent[ARM] S3C64XX: Add S3C64XX_PA_IIS{0,1} to <mach/map.h> (diff)
downloadlinux-dev-090f848da000083bf6c1a052222396970e53b4d7.tar.xz
linux-dev-090f848da000083bf6c1a052222396970e53b4d7.zip
[ARM] S3C: Add UDIVSLOT support for newer UARTS
Add support for the UDIVSLOT register on the newer UART blocks which gives the capability of 1/16ths adjustment to the baud rate. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/serial/s3c6400.c')
-rw-r--r--drivers/serial/s3c6400.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/s3c6400.c b/drivers/serial/s3c6400.c
index 06936d13393f..3e3785233682 100644
--- a/drivers/serial/s3c6400.c
+++ b/drivers/serial/s3c6400.c
@@ -102,6 +102,7 @@ static struct s3c24xx_uart_info s3c6400_uart_inf = {
.name = "Samsung S3C6400 UART",
.type = PORT_S3C6400,
.fifosize = 64,
+ .has_divslot = 1,
.rx_fifomask = S3C2440_UFSTAT_RXMASK,
.rx_fifoshift = S3C2440_UFSTAT_RXSHIFT,
.rx_fifofull = S3C2440_UFSTAT_RXFULL,