diff options
author | Eric Bénard <eric@eukrea.com> | 2010-05-19 12:46:00 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:17:41 -0400 |
commit | ebb4fc821d02b356a3685dc03c2948744a84c28e (patch) | |
tree | eefcfc9da4ac6802a9509df77130da981c018205 /arch/arm/mach-mx2/mach-cpuimx27.c | |
parent | 2d66c7803595da0d4bcd949825d598575f5de9e6 (diff) |
mach-cpuimx27: fix QuadUART's IRQ typo in pins'setup
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/mach-cpuimx27.c')
-rw-r--r-- | arch/arm/mach-mx2/mach-cpuimx27.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx2/mach-cpuimx27.c b/arch/arm/mach-mx2/mach-cpuimx27.c index 5c6a16b45891..a3449ed7c45c 100644 --- 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[] = { | |||
88 | #endif | 88 | #endif |
89 | #if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE) | 89 | #if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE) |
90 | /* Quad UART's IRQ */ | 90 | /* Quad UART's IRQ */ |
91 | GPIO_PORTD | 22 | GPIO_GPIO | GPIO_IN, | 91 | GPIO_PORTB | 22 | GPIO_GPIO | GPIO_IN, |
92 | GPIO_PORTD | 23 | GPIO_GPIO | GPIO_IN, | 92 | GPIO_PORTB | 23 | GPIO_GPIO | GPIO_IN, |
93 | GPIO_PORTD | 27 | GPIO_GPIO | GPIO_IN, | 93 | GPIO_PORTB | 27 | GPIO_GPIO | GPIO_IN, |
94 | GPIO_PORTD | 30 | GPIO_GPIO | GPIO_IN, | 94 | GPIO_PORTB | 30 | GPIO_GPIO | GPIO_IN, |
95 | #endif | 95 | #endif |
96 | }; | 96 | }; |
97 | 97 | ||