Skip to content

Commit

Permalink
ARM: LPC32xx: Support GPI 28
Browse files Browse the repository at this point in the history
This patch adds the missing gpi28 to the supported GPIOs in the GPI P3 "chip".

Signed-off-by: Roland Stigge <stigge@antcom.de>
  • Loading branch information
Roland Stigge committed Sep 25, 2012
1 parent a4bc787 commit 8e4b97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-lpc32xx/include/mach/gpio-lpc32xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e4b97e

Please sign in to comment.