aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/mach-gta02.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-02-20 04:41:26 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-20 04:41:26 +0000
commit67e4769603fab92ac1be9a9e86ad7ca8e89b9eae (patch)
treef8999d8b08ab6e7b7aee06918c8e12ea5e00f340 /arch/arm/mach-s3c2442/mach-gta02.c
parent60c6185234eb9e2cff449c458b8dcac8e5c1c97c (diff)
clean-gta02.h-remove-v1v2.patch
This strips out the v1 and v2 GTA02 revision specific defines (we do not support these internal non-shipped revisions) and fixes a bug in the glamo reset resource found from that. Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2442/mach-gta02.c')
-rw-r--r--arch/arm/mach-s3c2442/mach-gta02.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c
index c9c1a4dc86b..ffc72fb37a9 100644
--- a/arch/arm/mach-s3c2442/mach-gta02.c
+++ b/arch/arm/mach-s3c2442/mach-gta02.c
@@ -1564,8 +1564,8 @@ static struct resource gta02_glamo_resources[] = {
.flags = IORESOURCE_IRQ,
},
[2] = {
- .start = GTA02v1_GPIO_3D_RESET,
- .end = GTA02v1_GPIO_3D_RESET,
+ .start = GTA02_GPIO_3D_RESET,
+ .end = GTA02_GPIO_3D_RESET,
},
};