aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.h
diff options
context:
space:
mode:
authorQipan Li <Qipan.Li@csr.com>2013-08-25 08:18:41 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-27 19:25:44 -0400
commitb60dfbae4151fe8c8a59724c43f5f3f66d51695f (patch)
tree0187a3edc8fa6ca950622a7b92f1b94ee9839d74 /drivers/tty/serial/sirfsoc_uart.h
parent459f15c45eee9136c3ceb7d9c1f88d5f2f225689 (diff)
serial: sirf: fix the amount of serial ports
SiRFprimaII has three uart ports and three USP-based ports, so there are totally six lines instead of five. Signed-off-by: Qipan Li <Qipan.Li@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sirfsoc_uart.h')
-rw-r--r--drivers/tty/serial/sirfsoc_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sirfsoc_uart.h b/drivers/tty/serial/sirfsoc_uart.h
index c43333dfab4a..fb8d0a002607 100644
--- a/drivers/tty/serial/sirfsoc_uart.h
+++ b/drivers/tty/serial/sirfsoc_uart.h
@@ -365,7 +365,7 @@ struct sirfsoc_uart_register sirfsoc_uart = {
365#define SIRFSOC_UART_MINOR 0 365#define SIRFSOC_UART_MINOR 0
366#define SIRFUART_PORT_NAME "sirfsoc-uart" 366#define SIRFUART_PORT_NAME "sirfsoc-uart"
367#define SIRFUART_MAP_SIZE 0x200 367#define SIRFUART_MAP_SIZE 0x200
368#define SIRFSOC_UART_NR 5 368#define SIRFSOC_UART_NR 6
369#define SIRFSOC_PORT_TYPE 0xa5 369#define SIRFSOC_PORT_TYPE 0xa5
370 370
371/* Baud Rate Calculation */ 371/* Baud Rate Calculation */