diff options
author | Anthony Felice <tony.felice@timesys.com> | 2014-02-25 16:29:34 -0500 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2014-02-25 16:29:59 -0500 |
commit | 655f7949b5fd0b66bde03fc3c63c7a436353b1e1 (patch) | |
tree | c82112e9691a09e9d88f72d959642049b0b05272 | |
parent | 3f34f7f7a35b22f4aab556b5a30526f44a76ddc8 (diff) |
Disabled EDMA in UART Configuration to prevent jumbled characters on serial port with Sysvinit.
-rw-r--r-- | arch/arm/mach-mvf/board-pcl052.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvf/board-pcl052.c b/arch/arm/mach-mvf/board-pcl052.c index f2a4c605c1a7..52d53443bf6a 100644 --- a/arch/arm/mach-mvf/board-pcl052.c +++ b/arch/arm/mach-mvf/board-pcl052.c @@ -256,7 +256,7 @@ static struct platform_device pcl052_audio_device = { }; static struct imxuart_platform_data mvf_uart1_pdata = { - .flags = IMXUART_FIFO | IMXUART_EDMA, + .flags = IMXUART_FIFO, .dma_req_rx = DMA_MUX03_UART1_RX, .dma_req_tx = DMA_MUX03_UART1_TX, }; |