From: juhosg Date: Sun, 26 Jan 2014 14:55:34 +0000 (+0000) Subject: ar71xx: wpe72: set active_low flag for the reset button X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=233cc9a8703bd1e68f56ad3ff36fdeeb87528e7b;p=openwrt.git ar71xx: wpe72: set active_low flag for the reset button Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39401 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c index 114d6233c3..70bf7db0ca 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c @@ -59,6 +59,7 @@ static struct gpio_keys_button wpe72_gpio_keys[] __initdata = { .code = KEY_RESTART, .debounce_interval = WPE72_KEYS_DEBOUNCE_INTERVAL, .gpio = WPE72_GPIO_RESET, + .active_low = 1, } };