diff options
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r-- | arch/arm/mach-omap2/serial.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index 678dd1d612e5..292d4aaca068 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c | |||
@@ -245,14 +245,6 @@ void __init omap_serial_init_port(struct omap_board_data *bdata, | |||
245 | omap_up.dma_rx_poll_rate = info->dma_rx_poll_rate; | 245 | omap_up.dma_rx_poll_rate = info->dma_rx_poll_rate; |
246 | omap_up.autosuspend_timeout = info->autosuspend_timeout; | 246 | omap_up.autosuspend_timeout = info->autosuspend_timeout; |
247 | 247 | ||
248 | /* Enable the MDR1 Errata i202 for OMAP2430/3xxx/44xx */ | ||
249 | if (!cpu_is_omap2420() && !cpu_is_ti816x()) | ||
250 | omap_up.errata |= UART_ERRATA_i202_MDR1_ACCESS; | ||
251 | |||
252 | /* Enable DMA Mode Force Idle Errata i291 for omap34xx/3630 */ | ||
253 | if (cpu_is_omap34xx() || cpu_is_omap3630()) | ||
254 | omap_up.errata |= UART_ERRATA_i291_DMA_FORCEIDLE; | ||
255 | |||
256 | pdata = &omap_up; | 248 | pdata = &omap_up; |
257 | pdata_size = sizeof(struct omap_uart_port_info); | 249 | pdata_size = sizeof(struct omap_uart_port_info); |
258 | 250 | ||