提交 a9b06233 编写于 作者: S Sascha Hauer

pcm037: add rts/cts support for serial port

We have rts/cts pins on the first serial port on the pcm037. Enable it.
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 bef69ea0
......@@ -54,7 +54,7 @@ static struct platform_device pcm037_flash = {
};
static struct imxuart_platform_data uart_pdata = {
.flags = 0,
.flags = IMXUART_HAVE_RTSCTS,
};
static struct platform_device *devices[] __initdata = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册