Commit 21030403209f0c253d462492f881c613bd8eeda2

Authored by Michel Pollet
Committed by Ben Dooks
1 parent 4b4c662571

ARM: S3C2412: SoC has the fractional baud rate register

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/serial/s3c2412.c
... ... @@ -102,6 +102,7 @@
102 102 .name = "Samsung S3C2412 UART",
103 103 .type = PORT_S3C2412,
104 104 .fifosize = 64,
  105 + .has_divslot = 1,
105 106 .rx_fifomask = S3C2440_UFSTAT_RXMASK,
106 107 .rx_fifoshift = S3C2440_UFSTAT_RXSHIFT,
107 108 .rx_fifofull = S3C2440_UFSTAT_RXFULL,