diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-26 14:55:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-26 14:55:34 +0000 |
commit | 3b8c51771da376aa6ca810c12866ffa4de4417e9 (patch) | |
tree | 6708589c1a49b6909efd39350921e9f57e612222 /target/linux/ar71xx | |
parent | b503dc026eb008e4ac95f36f17d278e7c69bad9d (diff) | |
download | upstream-3b8c51771da376aa6ca810c12866ffa4de4417e9.tar.gz upstream-3b8c51771da376aa6ca810c12866ffa4de4417e9.tar.bz2 upstream-3b8c51771da376aa6ca810c12866ffa4de4417e9.zip |
ar71xx: wpe72: set active_low flag for the reset button
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39401
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, } }; |