projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef69ea
)
pcm037: add rts/cts support for serial port
author
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 2 Sep 2008 08:19:29 +0000
(10:19 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 2 Sep 2008 08:19:29 +0000
(10:19 +0200)
We have rts/cts pins on the first serial port on the pcm037. Enable it.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/pcm037.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-mx3/pcm037.c
b/arch/arm/mach-mx3/pcm037.c
index 0a152ed15a85a44739b4f69c10b8ffbcab0c444b..df8582a6231b3a9ee7ce940b660ed891400bc30d 100644
(file)
--- 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 = {