ar71xx: add a common function to configure USB power GPIOs
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-tl-mr11u.c
index 4acb47942ccbe9275aa3d6bb1cb469d99cbb8ebb..87facff7f71c36bd1aa430de9a0205071ee3e491 100644 (file)
@@ -93,8 +93,8 @@ static void __init tl_mr11u_setup(void)
                                        ARRAY_SIZE(tl_mr11u_gpio_keys),
                                        tl_mr11u_gpio_keys);
 
-       gpio_request(TL_MR11U_GPIO_USB_POWER, "USB power");
-       gpio_direction_output(TL_MR11U_GPIO_USB_POWER, 1);
+       ath79_set_usb_power_gpio(TL_MR11U_GPIO_USB_POWER, GPIOF_OUT_INIT_HIGH,
+                               "USB power");
        ath79_register_usb();
 
        ath79_init_mac(ath79_eth0_data.mac_addr, mac, 0);