summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/serial.c
diff options
context:
space:
mode:
authorSantosh Shilimkar2009-10-22 23:48:14 +0200
committerTony Lindgren2009-10-23 00:41:16 +0200
commit54341c9b741dc5646842fe47eccfc3b506c6dafa (patch)
treeff2d30cd8761d35f69e079f320a6052a75a7f5a3 /arch/arm/mach-omap2/serial.c
parentomap4: Allow omap_serial_early_init() for OMAP4430 board (diff)
downloadkernel-qcow2-linux-54341c9b741dc5646842fe47eccfc3b506c6dafa.tar.gz
kernel-qcow2-linux-54341c9b741dc5646842fe47eccfc3b506c6dafa.tar.xz
kernel-qcow2-linux-54341c9b741dc5646842fe47eccfc3b506c6dafa.zip
omap4: Fix UART4 platform data on omap4
This patch removes the unnecessary UART4 platform which is under data is wrong because of this There is a separate platform structure for UART4 Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Reviewed-By: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r--arch/arm/mach-omap2/serial.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c
index ae2186892c85..54dfeb5d5667 100644
--- a/arch/arm/mach-omap2/serial.c
+++ b/arch/arm/mach-omap2/serial.c
@@ -109,16 +109,6 @@ static struct plat_serial8250_port serial_platform_data2[] = {
.regshift = 2,
.uartclk = OMAP24XX_BASE_BAUD * 16,
}, {
-#ifdef CONFIG_ARCH_OMAP4
- .membase = OMAP2_IO_ADDRESS(OMAP_UART4_BASE),
- .mapbase = OMAP_UART4_BASE,
- .irq = 70,
- .flags = UPF_BOOT_AUTOCONF,
- .iotype = UPIO_MEM,
- .regshift = 2,
- .uartclk = OMAP24XX_BASE_BAUD * 16,
- }, {
-#endif
.flags = 0
}
};