diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard.c')
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c index d669847f0485..5b687b8258c0 100644 --- a/arch/arm/mach-tegra/board-seaboard.c +++ b/arch/arm/mach-tegra/board-seaboard.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/serial_8250.h> | 20 | #include <linux/serial_8250.h> |
21 | #include <linux/of_serial.h> | ||
21 | #include <linux/i2c.h> | 22 | #include <linux/i2c.h> |
22 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
23 | #include <linux/input.h> | 24 | #include <linux/input.h> |
@@ -47,6 +48,7 @@ static struct plat_serial8250_port debug_uart_platform_data[] = { | |||
47 | /* Memory and IRQ filled in before registration */ | 48 | /* Memory and IRQ filled in before registration */ |
48 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, | 49 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, |
49 | .type = PORT_TEGRA, | 50 | .type = PORT_TEGRA, |
51 | .handle_break = tegra_serial_handle_break, | ||
50 | .iotype = UPIO_MEM, | 52 | .iotype = UPIO_MEM, |
51 | .regshift = 2, | 53 | .regshift = 2, |
52 | .uartclk = 216000000, | 54 | .uartclk = 216000000, |