1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

ar71xx: enable the usb power regulator on the wzr-hp-ag300h through gpio 2 (#9684)

SVN-Revision: 27739
This commit is contained in:
Felix Fietkau 2011-07-24 08:02:20 +00:00
parent 193845ce7a
commit 9105dad418

View File

@ -15,6 +15,7 @@
#include <asm/mips_machine.h>
#include <asm/mach-ar71xx/ar71xx.h>
#include <asm/mach-ar71xx/gpio.h>
#include "machtype.h"
#include "devices.h"
@ -207,6 +208,8 @@ static void __init wzrhpag300h_setup(void)
ar71xx_add_device_eth(1);
ar71xx_add_device_usb();
gpio_request(2, "usb");
gpio_direction_output(2, 1);
ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(wzrhpag300h_leds_gpio),
wzrhpag300h_leds_gpio);