diff options
Diffstat (limited to 'arch/arm/mach-iop32x')
-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 2a5c637639bb..266b1f58a784 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c | |||
@@ -177,7 +177,7 @@ static struct plat_serial8250_port n2100_serial_port[] = { | |||
177 | .mapbase = N2100_UART, | 177 | .mapbase = N2100_UART, |
178 | .membase = (char *)N2100_UART, | 178 | .membase = (char *)N2100_UART, |
179 | .irq = 0, | 179 | .irq = 0, |
180 | .flags = UPF_SKIP_TEST, | 180 | .flags = UPF_SKIP_TEST | UPF_AUTO_IRQ | UPF_SHARE_IRQ, |
181 | .iotype = UPIO_MEM, | 181 | .iotype = UPIO_MEM, |
182 | .regshift = 0, | 182 | .regshift = 0, |
183 | .uartclk = 1843200, | 183 | .uartclk = 1843200, |