diff options
author | Roland Stigge <stigge@antcom.de> | 2012-09-25 12:19:23 +0400 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-09-25 12:19:23 +0400 |
commit | 8e4b97e3b8fd6a7f86bf8b38e7975549f2c48a78 (patch) | |
tree | 80d391e44e85e273a56e9ed51e7a29530296c31b /arch/arm/mach-lpc32xx | |
parent | a4bc78785190d1b59c28b823de8389f3555380cc (diff) | |
download | linux-8e4b97e3b8fd6a7f86bf8b38e7975549f2c48a78.tar.xz |
ARM: LPC32xx: Support GPI 28
This patch adds the missing gpi28 to the supported GPIOs in the GPI P3 "chip".
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h b/arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h index 1816e22a3479..a544e962a818 100644 --- a/arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h +++ b/arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h @@ -30,7 +30,7 @@ #define LPC32XX_GPIO_P1_MAX 24 #define LPC32XX_GPIO_P2_MAX 13 #define LPC32XX_GPIO_P3_MAX 6 -#define LPC32XX_GPI_P3_MAX 28 +#define LPC32XX_GPI_P3_MAX 29 #define LPC32XX_GPO_P3_MAX 24 #define LPC32XX_GPIO_P0_GRP 0 |