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-14 13:38:27 -0600
commitc0ac96bed87510e827cabdd76e6150b9dbbe6d1c (patch)
tree1bcf13ddae186cf6edca9b83fbd7cf29eba59910
parent4984266bc4a006b82bfe2a985cd566f798347779 (diff)
snowball: removing GPIO161 config for external connectorstable-linux-ux500-3.2
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 1200db26f75..e6be1c54b5b 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -185,15 +185,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,