Skip to content

Commit

Permalink
pcm037: add rts/cts support for serial port
Browse files Browse the repository at this point in the history
We have rts/cts pins on the first serial port on the pcm037. Enable it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Sep 2, 2008
1 parent bef69ea commit a9b0623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mx3/pcm037.c
Original file line number Diff line number Diff line change
@@ -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 = {

0 comments on commit a9b0623

Please sign in to comment.