ar71xx: enable the usb power regulator on the wzr-hp-ag300h through gpio 2 (#9684)
SVN-Revision: 27739
This commit is contained in:
parent
193845ce7a
commit
9105dad418
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue