diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2012-03-20 21:01:27 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-03-21 08:50:36 +0100 |
commit | daf5be38116d6dee16835cb8a35658cde69dce35 (patch) | |
tree | f885fa7e3491766c273680545387e94c654b8dba | |
parent | a7fa5f0da7b74698c3f7b502c338e87fb426a9e1 (diff) |
snowball: removing GPIO161 config for external connectorstable-ubuntu-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.c | 9 |
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, |