diff options
author | Roshni Shah <roshni.shah@timesys.com> | 2014-01-08 00:46:03 -0500 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2014-02-25 16:22:37 -0500 |
commit | 05acac3e2a0984e0278cf75387bbeb6a1c772eb8 (patch) | |
tree | 8fd8ed3b17bae59ffeb6c0e3c31b24a9034a730a /arch/arm/mach-mvf | |
parent | a49fd1024d1b733a00f47439ea35c798c70097a5 (diff) |
Disabled EDMA in UART Configuration to prevent jumbled characters on serial port with Sysvinit.
Diffstat (limited to 'arch/arm/mach-mvf')
-rw-r--r-- | arch/arm/mach-mvf/board-pcm052.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvf/board-pcm052.c b/arch/arm/mach-mvf/board-pcm052.c index 51ece8fb9fd0..0c7e23a1f4c1 100644 --- a/arch/arm/mach-mvf/board-pcm052.c +++ b/arch/arm/mach-mvf/board-pcm052.c @@ -249,7 +249,7 @@ static struct platform_device pcm052_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, }; |