ar71xx: fix link speed between AR7242 and AR8327 on the RB750GL/RB751G boards
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-tl-mr3x20.c
index 35515a9b4b36e0216192a959e3e5b56a5cafc882..b35f09f8a4393929249e094dbe217400706ae693 100644 (file)
@@ -102,9 +102,8 @@ static void __init tl_ap99_setup(void)
 static void __init tl_mr3x20_usb_setup(void)
 {
        /* enable power for the USB port */
-       gpio_request(TL_MR3X20_GPIO_USB_POWER, "USB power");
-       gpio_direction_output(TL_MR3X20_GPIO_USB_POWER, 1);
-
+       ath79_set_usb_power_gpio(TL_MR3X20_GPIO_USB_POWER, GPIOF_OUT_INIT_HIGH,
+                               "USB power");
        ath79_register_usb();
 }