ar71xx: dir-505: fix reset button gpio active_low value
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-dir-505-a1.c
index d391465..1367b64 100644 (file)
@@ -59,7 +59,7 @@ static struct gpio_keys_button dir_505_a1_gpio_keys[] __initdata = {
                .code           = KEY_RESTART,
                .debounce_interval = DIR_505A1_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = DIR_505A1_GPIO_BTN_RESET,
-               .active_low     = 1,
+               .active_low     = 0,
        }, {
                .desc           = "WPS button",
                .type           = EV_KEY,