Skip to content

Commit

Permalink
ARM: S3C2412: SoC has the fractional baud rate register
Browse files Browse the repository at this point in the history
The S3C2412 has a fractional baud rate register, this patch adds the
corresponding flag to the UART definition to allow generation of more
precise baud rates for the various clock combinations.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Michel Pollet authored and Ben Dooks committed Feb 3, 2010
1 parent 4b4c662 commit 2103040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/serial/s3c2412.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ static struct s3c24xx_uart_info s3c2412_uart_inf = {
.name = "Samsung S3C2412 UART",
.type = PORT_S3C2412,
.fifosize = 64,
.has_divslot = 1,
.rx_fifomask = S3C2440_UFSTAT_RXMASK,
.rx_fifoshift = S3C2440_UFSTAT_RXSHIFT,
.rx_fifofull = S3C2440_UFSTAT_RXFULL,
Expand Down

0 comments on commit 2103040

Please sign in to comment.