diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-09-02 10:19:29 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-09-02 10:19:29 +0200 |
commit | a9b0623357d2faa49a0f862154ba36c42c4bad2b (patch) | |
tree | 847141bdb503fc5aa91b78485a1ad760f10b28d8 /arch/arm/mach-mx3 | |
parent | bef69ea0dcce574a425feb0a5aa4c63dd108b9a6 (diff) | |
download | talos-obmc-linux-a9b0623357d2faa49a0f862154ba36c42c4bad2b.tar.gz talos-obmc-linux-a9b0623357d2faa49a0f862154ba36c42c4bad2b.zip |
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>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/pcm037.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/pcm037.c b/arch/arm/mach-mx3/pcm037.c index 0a152ed15a85..df8582a6231b 100644 --- a/arch/arm/mach-mx3/pcm037.c +++ b/arch/arm/mach-mx3/pcm037.c @@ -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 = { |