summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvf/board-twr-vf700.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvf/board-twr-vf700.c')
-rw-r--r--arch/arm/mach-mvf/board-twr-vf700.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-mvf/board-twr-vf700.c b/arch/arm/mach-mvf/board-twr-vf700.c
index b79b40e2ffb7..a796fde9a562 100644
--- a/arch/arm/mach-mvf/board-twr-vf700.c
+++ b/arch/arm/mach-mvf/board-twr-vf700.c
@@ -228,9 +228,15 @@ static struct platform_device mvf_twr_audio_device = {
.name = "mvf-sgtl5000",
};
+static struct imxuart_platform_data mvf_uart1_pdata = {
+ .flags = IMXUART_FIFO | IMXUART_EDMA,
+ .dma_req_rx = DMA_MUX03_UART1_RX,
+ .dma_req_tx = DMA_MUX03_UART1_TX,
+};
+
static inline void mvf_vf700_init_uart(void)
{
- mvf_add_imx_uart(1, NULL);
+ mvf_add_imx_uart(1, &mvf_uart1_pdata);
}
static int mvf_vf700_fec_phy_init(struct phy_device *phydev)