Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187703
b: refs/heads/master
c: d608c73
h: refs/heads/master
i:
  187701: a77d197
  187699: cc38e89
  187695: 75a8bc1
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed Feb 24, 2010
1 parent 038c160 commit 9b2b2cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6502522c2850968a086284d0f28de4fb880eb78
refs/heads/master: d608c738bb8fb37e5fbfcdef9c566764f2fea086
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-s3c64xx/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ enum s3c_gpio_number {
#define S3C_GPIO_END S3C64XX_GPIO_END

/* define the number of gpios we need to the one after the GPQ() range */
#define ARCH_NR_GPIOS (S3C64XX_GPQ(S3C64XX_GPIO_Q_NR) + 1)
#define GPIO_BOARD_START (S3C64XX_GPQ(S3C64XX_GPIO_Q_NR) + 1)

#define BOARD_NR_GPIOS 16

#define ARCH_NR_GPIOS (GPIO_BOARD_START + BOARD_NR_GPIOS)

#include <asm-generic/gpio.h>

0 comments on commit 9b2b2cf

Please sign in to comment.