summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-05-28 17:16:00 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-07-15 16:42:39 +0200
commitd85e2f7e59605836d899a289c58d8bce60e2b41d (patch)
treec0b24a985dd30ff4e12eee0a35f81bd87726a300 /include
parent2f185d43fffb8201b925f4cdb36ebfb0ca529697 (diff)
apalis-imx6: use UARTs in DCE mode
The Apalis standart uses the UART in DTE mode. This commit uses UART1 in DTE mode for the U-Boot console and configures all used UARTs to start in DTE mode. Note that for this to work module version V1.0A requires TXD/RXD to be crossed between the Apalis iMX6 and the RS232 transceiver.
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis-imx6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h
index e1f00e8bb0..f88fa094ca 100644
--- a/include/configs/apalis-imx6.h
+++ b/include/configs/apalis-imx6.h
@@ -42,6 +42,7 @@
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE
+#define CONFIG_MXC_UART_DTE /* use the uart in DTE mode */
/* I2C Configs */
#define CONFIG_CMD_I2C