aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/include/mach/gta02.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-01-22 13:04:18 +0100
committerLars-Peter Clausen <lars@metafoo.de>2010-01-22 13:04:18 +0100
commit045da0e232795ff0637ee1c38a9822c9b823f4e7 (patch)
tree84cfef86485bafe0ffc9698f57b9e108d4262736 /arch/arm/mach-s3c2442/include/mach/gta02.h
parentb7aba0ffec6c26230c452b8970903850009b4e73 (diff)
parent3c4a1161634e1b425c9f1154b1935c6b9f422394 (diff)
Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32
Conflicts: arch/arm/mach-s3c2442/include/mach/gta02.h 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 b67e5ec2919..6db48d4ff61 100644
--- a/arch/arm/mach-s3c2442/include/mach/gta02.h
+++ b/arch/arm/mach-s3c2442/include/mach/gta02.h
@@ -83,6 +83,9 @@
#define GTA02_GPIO_GLAMO_BASE S3C_GPIO_END
#define GTA02_GPIO_GLAMO(x) (GTA02_GPIO_GLAMO_BASE + (x))
+#define GTA02_GPIO_PCF_BASE (GTA02_GPIO_GLAMO_BASE + 32)
+#define GTA02_GPIO_PCF(x) (GTA02_GPIO_PCF_BASE + (x))
+
int gta02_get_pcb_revision(void);
extern struct pcf50633 *gta02_pcf;