diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-harmony.c')
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index c00aadb01e09..222182e00226 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
21 | #include <linux/serial_8250.h> | 21 | #include <linux/serial_8250.h> |
22 | #include <linux/of_serial.h> | ||
22 | #include <linux/clk.h> | 23 | #include <linux/clk.h> |
23 | #include <linux/dma-mapping.h> | 24 | #include <linux/dma-mapping.h> |
24 | #include <linux/pda_power.h> | 25 | #include <linux/pda_power.h> |
@@ -52,6 +53,7 @@ static struct plat_serial8250_port debug_uart_platform_data[] = { | |||
52 | .irq = INT_UARTD, | 53 | .irq = INT_UARTD, |
53 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, | 54 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, |
54 | .type = PORT_TEGRA, | 55 | .type = PORT_TEGRA, |
56 | .handle_break = tegra_serial_handle_break, | ||
55 | .iotype = UPIO_MEM, | 57 | .iotype = UPIO_MEM, |
56 | .regshift = 2, | 58 | .regshift = 2, |
57 | .uartclk = 216000000, | 59 | .uartclk = 216000000, |