diff options
Diffstat (limited to 'drivers/tty')
| -rw-r--r-- | drivers/tty/serial/sirfsoc_uart.c | 7 | ||||
| -rw-r--r-- | drivers/tty/serial/sirfsoc_uart.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/drivers/tty/serial/sirfsoc_uart.c b/drivers/tty/serial/sirfsoc_uart.c index aaa3ce22b5b8..61c1ad03db5b 100644 --- a/drivers/tty/serial/sirfsoc_uart.c +++ b/drivers/tty/serial/sirfsoc_uart.c | |||
| @@ -96,6 +96,13 @@ static struct sirfsoc_uart_port sirfsoc_uart_ports[SIRFSOC_UART_NR] = { | |||
| 96 | .line = 4, | 96 | .line = 4, |
| 97 | }, | 97 | }, |
| 98 | }, | 98 | }, |
| 99 | [5] = { | ||
| 100 | .port = { | ||
| 101 | .iotype = UPIO_MEM, | ||
| 102 | .flags = UPF_BOOT_AUTOCONF, | ||
| 103 | .line = 5, | ||
| 104 | }, | ||
| 105 | }, | ||
| 99 | }; | 106 | }; |
| 100 | 107 | ||
| 101 | static inline struct sirfsoc_uart_port *to_sirfport(struct uart_port *port) | 108 | static inline struct sirfsoc_uart_port *to_sirfport(struct uart_port *port) |
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 */ |
