summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-12-20 18:02:50 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-12-20 18:02:50 -0700
commit0622946af9c6f767a1d8a2336980ba04201ebe35 (patch)
treef44f3a91787d6e99e53f2c7d20fad4ba0efdcb23
parent83aceeca08ef5743d990460e28e6fa2b0288a031 (diff)
Update key-mapping for R board
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6_r.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx6/board-mx6_r.c b/arch/arm/mach-mx6/board-mx6_r.c
index 85a544071b40..31129356af7d 100644
--- a/arch/arm/mach-mx6/board-mx6_r.c
+++ b/arch/arm/mach-mx6/board-mx6_r.c
@@ -589,11 +589,11 @@ static const struct pm_platform_data pm_data __initconst = {
static struct gpio_keys_button buttons[] = {
GPIO_BUTTON(IMX_GPIO_NR(3, 0), KEY_BACK, 1, "key-back", 0),
- GPIO_BUTTON(IMX_GPIO_NR(3, 1), KEY_HOME, 1, "key-home", 0),
+ GPIO_BUTTON(IMX_GPIO_NR(3, 1), KEY_UP, 1, "key-up", 0),
GPIO_BUTTON(IMX_GPIO_NR(3, 2), KEY_MENU, 1, "key-menu", 0),
- GPIO_BUTTON(IMX_GPIO_NR(3, 3), KEY_VOLUMEDOWN, 1, "volume-down", 0),
- GPIO_BUTTON(IMX_GPIO_NR(7, 13), KEY_VOLUMEUP, 1, "volume-up", 0),
- GPIO_BUTTON(IMX_GPIO_NR(4, 5), KEY_FORWARD, 1, "key-forward", 0),
+ GPIO_BUTTON(IMX_GPIO_NR(3, 3), KEY_LEFT, 1, "key-left", 0),
+ GPIO_BUTTON(IMX_GPIO_NR(7, 13), KEY_RIGHT, 1, "key-right", 0),
+ GPIO_BUTTON(IMX_GPIO_NR(4, 5), KEY_DOWN, 1, "key-down", 0),
GPIO_BUTTON(IMX_GPIO_NR(7, 1), KEY_POWER, 0, "key-power", 1),
};