serial_mxc.c: add option to use in DTE mode
authorMax Krummenacher <max.krummenacher@toradex.com>
Mon, 20 Apr 2015 11:22:58 +0000 (13:22 +0200)
committerMax Krummenacher <max.krummenacher@toradex.com>
Fri, 1 May 2015 20:26:15 +0000 (22:26 +0200)
commitdcf30dacf57c15b4ce7c49e8e08ea0d20a44cba3
treed40e30e726546c9071068fc4c20e7fc24be3cd1e
parentd536cdbdf8e8765a2d223b2c38c0fa2e8ff36f12
serial_mxc.c: add option to use in DTE mode

The serial_mxc UART can use DTE and DCE mode (i.e End device vs. modem).
This adds DTE mode capability to the driver.
In order to switch from the default DCE to DTE mode define CONFIG_MXC_UART_DTE.
drivers/serial/serial_mxc.c