ar71xx: remove superfluous include of asm/mach-ath79/pci.h
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-tl-wr703n.c
index badc35af151d624213ae7fedd8201d9953887249..f60f9624551f2027e0faf1f1886b0c2c625fb9b6 100644 (file)
@@ -53,7 +53,7 @@ static struct gpio_keys_button tl_wr703n_gpio_keys[] __initdata = {
                .code           = KEY_RESTART,
                .debounce_interval = TL_WR703N_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = TL_WR703N_GPIO_BTN_RESET,
-               .active_low     = 1,
+               .active_low     = 0,
        }
 };
 
@@ -69,8 +69,8 @@ static void __init tl_wr703n_setup(void)
                                        ARRAY_SIZE(tl_wr703n_gpio_keys),
                                        tl_wr703n_gpio_keys);
 
-       gpio_request(TL_WR703N_GPIO_USB_POWER, "USB power");
-       gpio_direction_output(TL_WR703N_GPIO_USB_POWER, 1);
+       ath79_set_usb_power_gpio(TL_WR703N_GPIO_USB_POWER, GPIOF_OUT_INIT_HIGH,
+                               "USB power");
        ath79_register_usb();
 
        ath79_init_mac(ath79_eth0_data.mac_addr, mac, 0);