aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-21 11:56:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-21 11:56:56 +0000
commit979088837bfa0922c6cd551a9095a18988d94705 (patch)
tree40ea0f7fa50d79a77ac7053e79613beca25b3e27 /arch
parentfffa54a4524f487c0fc438e2b210b2606015be7f (diff)
uplevel-neo1973kbd-gta03-compatibility.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2410/mach-gta01.c8
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c8
2 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index a207f0e68a2..76abedd39b6 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -661,6 +661,14 @@ static struct resource gta01_button_resources[] = {
.start = GTA01_GPIO_JACK_INSERT,
.end = GTA01_GPIO_JACK_INSERT,
},
+ [3] = {
+ .start = 0,
+ .end = 0,
+ },
+ [4] = {
+ .start = 0,
+ .end = 0,
+ },
};
struct platform_device gta01_button_dev = {
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 6d9e432dde1..112f3150302 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -1340,6 +1340,14 @@ static struct resource gta02_button_resources[] = {
.start = GTA02_GPIO_JACK_INSERT,
.end = GTA02_GPIO_JACK_INSERT,
},
+ [3] = {
+ .start = 0,
+ .end = 0,
+ },
+ [4] = {
+ .start = 0,
+ .end = 0,
+ },
};
static struct platform_device gta02_button_dev = {