Skip to content

Commit

Permalink
MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750
Browse files Browse the repository at this point in the history
The original patch submitted for support of the Luxul XWR-1750 used a
non-standard button handler for the reset button. This patch will allow
using the standard KEY_RESTART

Signed-off-by: Dan Haab <dan.haab@luxul.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18981/
Signed-off-by: James Hogan <jhogan@kernel.org>
  • Loading branch information
Dan Haab authored and James Hogan committed Apr 6, 2018
1 parent 2726412 commit a5075e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/bcm47xx/buttons.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ bcm47xx_buttons_luxul_xwr_600_v1[] = {

static const struct gpio_keys_button
bcm47xx_buttons_luxul_xwr_1750_v1[] = {
BCM47XX_GPIO_KEY(14, BTN_TASK),
BCM47XX_GPIO_KEY(14, KEY_RESTART),
};

/* Microsoft */
Expand Down

0 comments on commit a5075e6

Please sign in to comment.