diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index 330afdfa2475..d0735c70d688 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
23 | #include <linux/serial_8250.h> | 23 | #include <linux/serial_8250.h> |
24 | #include <linux/of_serial.h> | ||
24 | #include <linux/clk.h> | 25 | #include <linux/clk.h> |
25 | #include <linux/dma-mapping.h> | 26 | #include <linux/dma-mapping.h> |
26 | #include <linux/gpio_keys.h> | 27 | #include <linux/gpio_keys.h> |
@@ -55,6 +56,7 @@ static struct plat_serial8250_port debug_uart_platform_data[] = { | |||
55 | .irq = INT_UARTA, | 56 | .irq = INT_UARTA, |
56 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, | 57 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, |
57 | .type = PORT_TEGRA, | 58 | .type = PORT_TEGRA, |
59 | .handle_break = tegra_serial_handle_break, | ||
58 | .iotype = UPIO_MEM, | 60 | .iotype = UPIO_MEM, |
59 | .regshift = 2, | 61 | .regshift = 2, |
60 | .uartclk = 216000000, | 62 | .uartclk = 216000000, |
@@ -65,6 +67,7 @@ static struct plat_serial8250_port debug_uart_platform_data[] = { | |||
65 | .irq = INT_UARTC, | 67 | .irq = INT_UARTC, |
66 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, | 68 | .flags = UPF_BOOT_AUTOCONF | UPF_FIXED_TYPE, |
67 | .type = PORT_TEGRA, | 69 | .type = PORT_TEGRA, |
70 | .handle_break = tegra_serial_handle_break, | ||
68 | .iotype = UPIO_MEM, | 71 | .iotype = UPIO_MEM, |
69 | .regshift = 2, | 72 | .regshift = 2, |
70 | .uartclk = 216000000, | 73 | .uartclk = 216000000, |