diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/regs-gpio.h')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/regs-gpio.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/regs-gpio.h b/arch/arm/mach-s3c2410/include/mach/regs-gpio.h index fd672f330bf2..821b966bf05a 100644 --- a/arch/arm/mach-s3c2410/include/mach/regs-gpio.h +++ b/arch/arm/mach-s3c2410/include/mach/regs-gpio.h | |||
@@ -639,6 +639,23 @@ | |||
639 | * for the 2412/2413 from the 2410/2440/2442 | 639 | * for the 2412/2413 from the 2410/2440/2442 |
640 | */ | 640 | */ |
641 | 641 | ||
642 | /* S3C2443 and above */ | ||
643 | #define S3C2440_GPJCON S3C2410_GPIOREG(0xD0) | ||
644 | #define S3C2440_GPJDAT S3C2410_GPIOREG(0xD4) | ||
645 | #define S3C2440_GPJUP S3C2410_GPIOREG(0xD8) | ||
646 | |||
647 | #define S3C2443_GPKCON S3C2410_GPIOREG(0xE0) | ||
648 | #define S3C2443_GPKDAT S3C2410_GPIOREG(0xE4) | ||
649 | #define S3C2443_GPKUP S3C2410_GPIOREG(0xE8) | ||
650 | |||
651 | #define S3C2443_GPLCON S3C2410_GPIOREG(0xF0) | ||
652 | #define S3C2443_GPLDAT S3C2410_GPIOREG(0xF4) | ||
653 | #define S3C2443_GPLUP S3C2410_GPIOREG(0xF8) | ||
654 | |||
655 | #define S3C2443_GPMCON S3C2410_GPIOREG(0x100) | ||
656 | #define S3C2443_GPMDAT S3C2410_GPIOREG(0x104) | ||
657 | #define S3C2443_GPMUP S3C2410_GPIOREG(0x108) | ||
658 | |||
642 | /* miscellaneous control */ | 659 | /* miscellaneous control */ |
643 | #define S3C2400_MISCCR S3C2410_GPIOREG(0x54) | 660 | #define S3C2400_MISCCR S3C2410_GPIOREG(0x54) |
644 | #define S3C2410_MISCCR S3C2410_GPIOREG(0x80) | 661 | #define S3C2410_MISCCR S3C2410_GPIOREG(0x80) |