diff options
author | Huang Shijie <b32955@freescale.com> | 2011-12-05 13:53:55 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:08:57 +0800 |
commit | 70ab4c2c2b113f5f041a87dc1b037b29742d3ed4 (patch) | |
tree | e5b393fbe64183340f456fcc01ff4898a1fa94bc | |
parent | cea3a0a11bd6584dff92a7639c51c66d29153d02 (diff) |
ENGR00169388-1 IMX/UART : add DMA fields for platform data
add two fields for DMA RX and DMA TX.
Signed-off-by: Huang Shijie <b32955@freescale.com>
-rw-r--r-- | arch/arm/plat-mxc/include/mach/imx-uart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/imx-uart.h b/arch/arm/plat-mxc/include/mach/imx-uart.h index 45a13ab2ff75..21dcdaf29512 100644 --- a/arch/arm/plat-mxc/include/mach/imx-uart.h +++ b/arch/arm/plat-mxc/include/mach/imx-uart.h @@ -32,6 +32,8 @@ struct imxuart_platform_data { unsigned int irda_inv_rx:1; unsigned int irda_inv_tx:1; unsigned short transceiver_delay; + unsigned int dma_req_rx; + unsigned int dma_req_tx; }; #endif |