diff options
| -rw-r--r-- | drivers/tty/serial/8250/8250_core.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c index e33d38cb170f..61ecd709a722 100644 --- a/drivers/tty/serial/8250/8250_core.c +++ b/drivers/tty/serial/8250/8250_core.c | |||
| @@ -2670,6 +2670,10 @@ static void serial8250_config_port(struct uart_port *port, int flags) | |||
| 2670 | if (port->type == PORT_16550A && port->iotype == UPIO_AU) | 2670 | if (port->type == PORT_16550A && port->iotype == UPIO_AU) |
| 2671 | up->bugs |= UART_BUG_NOMSR; | 2671 | up->bugs |= UART_BUG_NOMSR; |
| 2672 | 2672 | ||
| 2673 | /* HW bugs may trigger IRQ while IIR == NO_INT */ | ||
| 2674 | if (port->type == PORT_TEGRA) | ||
| 2675 | up->bugs |= UART_BUG_NOMSR; | ||
| 2676 | |||
| 2673 | if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) | 2677 | if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) |
| 2674 | autoconfig_irq(up); | 2678 | autoconfig_irq(up); |
| 2675 | 2679 | ||
