aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/include/mach/gta02.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-12-21 17:33:21 +0100
committerLars-Peter Clausen <lars@metafoo.de>2009-12-21 17:35:17 +0100
commit61a317f3045240ea577a137c480c9d1fe76ad43a (patch)
tree0f4125d0a0843bf9132d873f44ed903872d0a2d5 /arch/arm/mach-s3c2442/include/mach/gta02.h
parentdcdd2418c7d94123f3f687ef7befaf8319d72f9a (diff)
parentb9943538bfbb6f99bfc08e744896d7593318b07b (diff)
Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32
Conflicts: arch/arm/mach-s3c2442/Kconfig arch/arm/mach-s3c2442/Makefile arch/arm/mach-s3c2442/mach-gta02.c
Diffstat (limited to 'arch/arm/mach-s3c2442/include/mach/gta02.h')
-rw-r--r--arch/arm/mach-s3c2442/include/mach/gta02.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/include/mach/gta02.h b/arch/arm/mach-s3c2442/include/mach/gta02.h
index 11624c0b926..b67e5ec2919 100644
--- a/arch/arm/mach-s3c2442/include/mach/gta02.h
+++ b/arch/arm/mach-s3c2442/include/mach/gta02.h
@@ -80,6 +80,9 @@
#define GTA02_PCB_ID2_0 S3C2410_GPD(3)
#define GTA02_PCB_ID2_1 S3C2410_GPD(4)
+#define GTA02_GPIO_GLAMO_BASE S3C_GPIO_END
+#define GTA02_GPIO_GLAMO(x) (GTA02_GPIO_GLAMO_BASE + (x))
+
int gta02_get_pcb_revision(void);
extern struct pcf50633 *gta02_pcf;