Skip to content

Commit

Permalink
[ARM] 4401/1: S3C2443: Add definitions for port GPIOJ
Browse files Browse the repository at this point in the history
Add definitions for S3C2443 functions in GPIOJ

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed May 26, 2007
1 parent c420bc9 commit 8e81725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-arm/arch-s3c2410/regs-gpioj.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,9 @@
#define S3C2440_GPJ12_OUTP (0x01 << 24)
#define S3C2440_GPJ12_CAMRESET (0x02 << 24)

#define S3C2443_GPJ13 S3C2410_GPIONO(S3C2440_GPIO_BANKJ, 13)
#define S3C2443_GPJ14 S3C2410_GPIONO(S3C2440_GPIO_BANKJ, 14)
#define S3C2443_GPJ15 S3C2410_GPIONO(S3C2440_GPIO_BANKJ, 15)

#endif /* __ASM_ARCH_REGS_GPIOJ_H */

0 comments on commit 8e81725

Please sign in to comment.