|
@@ -12,6 +12,7 @@
|
|
|
#include <linux/gpio.h>
|
|
|
#include <linux/serial_8250.h>
|
|
|
#include <linux/smsc911x.h>
|
|
|
+#include <linux/interrupt.h>
|
|
|
|
|
|
#include <mach/gpmc.h>
|
|
|
|
|
@@ -84,6 +85,7 @@ static struct plat_serial8250_port serial_platform_data[] = {
|
|
|
.mapbase = 0x10000000,
|
|
|
.irq = OMAP_GPIO_IRQ(102),
|
|
|
.flags = UPF_BOOT_AUTOCONF|UPF_IOREMAP|UPF_SHARE_IRQ,
|
|
|
+ .irqflags = IRQF_SHARED | IRQF_TRIGGER_RISING,
|
|
|
.iotype = UPIO_MEM,
|
|
|
.regshift = 1,
|
|
|
.uartclk = QUART_CLK,
|