From 0831b6a1d5af4108ae4f01ad7aa6886cad66d2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= Date: Wed, 19 May 2010 18:46:00 +0200 Subject: [PATCH] --- yaml --- r: 201558 b: refs/heads/master c: ebb4fc821d02b356a3685dc03c2948744a84c28e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx2/mach-cpuimx27.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8a4a12cd21f4..1f8492c90cab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d66c7803595da0d4bcd949825d598575f5de9e6 +refs/heads/master: ebb4fc821d02b356a3685dc03c2948744a84c28e diff --git a/trunk/arch/arm/mach-mx2/mach-cpuimx27.c b/trunk/arch/arm/mach-mx2/mach-cpuimx27.c index 5c6a16b45891..a3449ed7c45c 100644 --- a/trunk/arch/arm/mach-mx2/mach-cpuimx27.c +++ b/trunk/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_PORTD | 22 | GPIO_GPIO | GPIO_IN, - GPIO_PORTD | 23 | GPIO_GPIO | GPIO_IN, - GPIO_PORTD | 27 | GPIO_GPIO | GPIO_IN, - GPIO_PORTD | 30 | GPIO_GPIO | GPIO_IN, + GPIO_PORTB | 22 | GPIO_GPIO | GPIO_IN, + GPIO_PORTB | 23 | GPIO_GPIO | GPIO_IN, + GPIO_PORTB | 27 | GPIO_GPIO | GPIO_IN, + GPIO_PORTB | 30 | GPIO_GPIO | GPIO_IN, #endif };