]> git.hungrycats.org Git - linux/commitdiff
[ARM PATCH] 2468/1: S3C2440 - GPIOJ12 register fix
authorBen Dooks <ben-linux@org.rmk.(none)>
Sat, 12 Feb 2005 19:49:29 +0000 (19:49 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 12 Feb 2005 19:49:29 +0000 (19:49 +0000)
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
include/asm-arm/arch-s3c2410/regs-gpioj.h

index ca91645127befe6f89f8a915ae91a5c28472dd75..3ad2324acc397698701b2bd1a1e7ecc450916657 100644 (file)
@@ -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 */