diff options
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-n30.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index b83eabdf709b..d63b48f8dcee 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c | |||
@@ -172,8 +172,10 @@ static struct gpio_keys_button n35_buttons[] = { | |||
172 | { | 172 | { |
173 | .gpio = S3C2410_GPF(0), | 173 | .gpio = S3C2410_GPF(0), |
174 | .code = KEY_POWER, | 174 | .code = KEY_POWER, |
175 | .type = EV_PWR, | ||
175 | .desc = "Power", | 176 | .desc = "Power", |
176 | .active_low = 0, | 177 | .active_low = 0, |
178 | .wakeup = 1, | ||
177 | }, | 179 | }, |
178 | { | 180 | { |
179 | .gpio = S3C2410_GPG(9), | 181 | .gpio = S3C2410_GPG(9), |