mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
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: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
bef69ea0dc
commit
a9b0623357
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user