ramips: enable USB power on the DIR-645
authorGabor Juhos <juhosg@openwrt.org>
Mon, 5 Nov 2012 11:04:45 +0000 (11:04 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 5 Nov 2012 11:04:45 +0000 (11:04 +0000)
Closes #12422.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34082

target/linux/ramips/files/arch/mips/ralink/rt3883/mach-dir-645.c

index 0c6fbdbae63a4c92cc82df2d1e1e46a55dfadfec..825da27f77d6759bb126fc907c458e958bab42de 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/ethtool.h>
 #include <linux/rt2x00_platform.h>
 #include <linux/spi/spi.h>
+#include <linux/gpio.h>
 
 #include <asm/mach-ralink/machine.h>
 #include <asm/mach-ralink/dev-gpio-buttons.h>
@@ -113,6 +114,10 @@ static void __init dir_645_gpio_init(void)
                         RT3883_GPIO_MODE_UART0(RT3883_GPIO_MODE_GPIO) |
                         RT3883_GPIO_MODE_JTAG |
                         RT3883_GPIO_MODE_PCI(RT3883_GPIO_MODE_PCI_FNC));
+
+       gpio_request_one(DIR_645_GPIO_USB_POWER,
+                        GPIOF_OUT_INIT_HIGH | GPIOF_EXPORT_DIR_FIXED,
+                        "USB power");
 }
 
 static void __init dir_645_init(void)