diff options
| author | Ben Dooks <ben-linux@org.rmk.(none)> | 2005-02-12 19:49:29 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2005-02-12 19:49:29 +0000 |
| commit | 4d436945cd2c8023947b545afda374cd91b6ac2c (patch) | |
| tree | 733a22debf8bc2b455325747cd6ff4343da6d25b /include | |
| parent | 7f6f4406588cc2ac02316053b317263ba014730e (diff) | |
[ARM PATCH] 2468/1: S3C2440 - GPIOJ12 register fix
Patch from Ben Dooks
GPIOJ12 alternate function is CAMRESET, not CAMCLKOUT
as mis-copied on creation
Patch from Guillaume Gourat
Signed-off-by: Guillaume Gourat
Signed-off-by: Ben Dooks
Signed-off-by: Russell King
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-s3c2410/regs-gpioj.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s3c2410/regs-gpioj.h b/include/asm-arm/arch-s3c2410/regs-gpioj.h index ca91645127be..3ad2324acc39 100644 --- a/include/asm-arm/arch-s3c2410/regs-gpioj.h +++ b/include/asm-arm/arch-s3c2410/regs-gpioj.h @@ -11,6 +11,7 @@ * * Changelog: * 11-Aug-2004 BJD Created file + * 10-Feb-2005 BJD Fix GPJ12 definition (Guillaume Gourat) */ @@ -94,7 +95,7 @@ #define S3C2440_GPJ12 S3C2410_GPIONO(S3C2440_GPIO_BANKJ, 12) #define S3C2440_GPJ12_INP (0x00 << 24) #define S3C2440_GPJ12_OUTP (0x01 << 24) -#define S3C2440_GPJ12_CAMCLKOUT (0x02 << 24) +#define S3C2440_GPJ12_CAMRESET (0x02 << 24) #endif /* __ASM_ARCH_REGS_GPIOJ_H */ |
