summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2012-11-06 13:59:00 +0800
committerLin Fuzhen <fuzhen.lin@freescale.com>2012-11-06 13:59:00 +0800
commit249d44a6a33b134efd248e5a6ab759c4218de0de (patch)
tree09d36eb5d9f4abd56e61ae7418041524f16042b7 /arch
parent4f236b74c65c9b04f25b0f06cd0ff0105421e769 (diff)
ENGR00232525 mx6q_sabresd: system should not be wake up by volume key
remove the wake up flag for VOL_DOWN and VOL_UP keys for sabresd B4 and above board. Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabresd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c
index 035f7a9805da..2dce89868888 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabresd.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c
@@ -1574,7 +1574,7 @@ static struct gpio_keys_platform_data sabresd_button_data = {
static struct gpio_keys_button new_sabresd_buttons[] = {
GPIO_BUTTON(SABRESD_VOLUME_UP, KEY_VOLUMEUP, 1, "volume-up", 0, 1),
- GPIO_BUTTON(SABRESD_VOLUME_DN, KEY_VOLUMEDOWN, 1, "volume-down", 1, 1),
+ GPIO_BUTTON(SABRESD_VOLUME_DN, KEY_VOLUMEDOWN, 1, "volume-down", 0, 1),
GPIO_BUTTON(SABRESD_POWER_OFF, KEY_POWER, 1, "power-key", 1, 1),
};