Commit a9b06233 authored by Sascha Hauer's avatar 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: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment