|
@@ -97,6 +97,16 @@ static struct plat_serial8250_port serial_platform_data[] = {
|
|
|
.regshift = 2,
|
|
|
.uartclk = OMAP24XX_BASE_BAUD * 16,
|
|
|
}, {
|
|
|
+#ifdef CONFIG_ARCH_OMAP4
|
|
|
+ .membase = 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
|
|
|
}
|
|
|
};
|