X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-s3c2410%2Fregs-gpioj.h;h=3ad2324acc397698701b2bd1a1e7ecc450916657;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=ca91645127befe6f89f8a915ae91a5c28472dd75;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-arm/arch-s3c2410/regs-gpioj.h b/include/asm-arm/arch-s3c2410/regs-gpioj.h index ca9164512..3ad2324ac 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 */