Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49e00edb authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: H8606: move 8250 irqflags to platform resources



Now that the common 8250 serial driver supports an "irqflags" field,
we don't need to patch in a custom define into the code.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 56b4f07a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/serial.h>
#define SERIAL_EXTRA_IRQ_FLAGS IRQF_TRIGGER_HIGH
+2 −0
Original line number Diff line number Diff line
@@ -347,6 +347,7 @@ static struct plat_serial8250_port serial8250_platform_data [] = {
		.membase = (void *)0x20200000,
		.mapbase = 0x20200000,
		.irq = IRQ_PF8,
		.irqflags = IRQF_TRIGGER_HIGH,
		.flags = UPF_BOOT_AUTOCONF | UART_CONFIG_TYPE,
		.iotype = UPIO_MEM,
		.regshift = 1,
@@ -355,6 +356,7 @@ static struct plat_serial8250_port serial8250_platform_data [] = {
		.membase = (void *)0x20200010,
		.mapbase = 0x20200010,
		.irq = IRQ_PF8,
		.irqflags = IRQF_TRIGGER_HIGH,
		.flags = UPF_BOOT_AUTOCONF | UART_CONFIG_TYPE,
		.iotype = UPIO_MEM,
		.regshift = 1,