aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-03-12 14:59:51 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-03-15 14:36:43 -0600
commit517bb9066d90a5b3ac16efa84b66278052feb40b (patch)
tree81d02184ea2efcc2263bcc13fcdb908c01024c25
parent410dc88d192ee2a4c4bc7054f2b23bef0d176657 (diff)
snowball: removing GPIO161 config for external connectorHEADmaster
On snwoball V5 and up GPIO161 is routed to PMU_EN of the cg2900 and as such shouldn't be configured to handle an event from the external connector (J23). Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 7af0ba43a67..3ba662222c4 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -200,15 +200,6 @@ static struct gpio_keys_button snowball_key_array[] = {
.wakeup = 1,
},
{
- .gpio = 161,
- .type = EV_KEY,
- .code = KEY_4,
- .desc = "extkb3",
- .active_low = 1,
- .debounce_interval = 50,
- .wakeup = 1,
- },
- {
.gpio = 162,
.type = EV_KEY,
.code = KEY_5,