From: Ben Dooks Date: Mon, 21 May 2007 08:38:51 +0000 (+0100) Subject: [ARM] 4401/1: S3C2443: Add definitions for port GPIOJ X-Git-Tag: v2.6.22-rc4~89^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e81725b17b07ed5052bbd826ff0479a4c22a0ea;p=karo-tx-linux.git [ARM] 4401/1: S3C2443: Add definitions for port GPIOJ Add definitions for S3C2443 functions in GPIOJ Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-s3c2410/regs-gpioj.h b/include/asm-arm/arch-s3c2410/regs-gpioj.h index 02131a5a1d3a..0362332faaf0 100644 --- a/include/asm-arm/arch-s3c2410/regs-gpioj.h +++ b/include/asm-arm/arch-s3c2410/regs-gpioj.h @@ -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 */