diff options
Diffstat (limited to 'arch/arm/mach-iop32x/n2100.c')
-rw-r--r-- | arch/arm/mach-iop32x/n2100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index 5d99039286eb..f108a31afc2b 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c | |||
@@ -176,7 +176,7 @@ static struct plat_serial8250_port n2100_serial_port[] = { | |||
176 | .mapbase = N2100_UART, | 176 | .mapbase = N2100_UART, |
177 | .membase = (char *)N2100_UART, | 177 | .membase = (char *)N2100_UART, |
178 | .irq = 0, | 178 | .irq = 0, |
179 | .flags = UPF_SKIP_TEST, | 179 | .flags = UPF_SKIP_TEST | UPF_AUTO_IRQ | UPF_SHARE_IRQ, |
180 | .iotype = UPIO_MEM, | 180 | .iotype = UPIO_MEM, |
181 | .regshift = 0, | 181 | .regshift = 0, |
182 | .uartclk = 1843200, | 182 | .uartclk = 1843200, |