projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d66c78
)
mach-cpuimx27: fix QuadUART's IRQ typo in pins'setup
author
Eric Bénard
<eric@eukrea.com>
Wed, 19 May 2010 16:46:00 +0000
(18:46 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 26 Jul 2010 12:17:41 +0000
(14:17 +0200)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx2/mach-cpuimx27.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx2/mach-cpuimx27.c
b/arch/arm/mach-mx2/mach-cpuimx27.c
index 5c6a16b45891800898196e9120616c3a27c45c37..a3449ed7c45c7e9bdc480c2a682890befdddd1e1 100644
(file)
--- a/
arch/arm/mach-mx2/mach-cpuimx27.c
+++ b/
arch/arm/mach-mx2/mach-cpuimx27.c
@@
-88,10
+88,10
@@
static int eukrea_cpuimx27_pins[] = {
#endif
#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
/* Quad UART's IRQ */
- GPIO_PORT
D
| 22 | GPIO_GPIO | GPIO_IN,
- GPIO_PORT
D
| 23 | GPIO_GPIO | GPIO_IN,
- GPIO_PORT
D
| 27 | GPIO_GPIO | GPIO_IN,
- GPIO_PORT
D
| 30 | GPIO_GPIO | GPIO_IN,
+ GPIO_PORT
B
| 22 | GPIO_GPIO | GPIO_IN,
+ GPIO_PORT
B
| 23 | GPIO_GPIO | GPIO_IN,
+ GPIO_PORT
B
| 27 | GPIO_GPIO | GPIO_IN,
+ GPIO_PORT
B
| 30 | GPIO_GPIO | GPIO_IN,
#endif
};