Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359939
b: refs/heads/master
c: 12131b5
h: refs/heads/master
i:
  359937: cd8f4dc
  359935: 6ffb6bd
v: v3
  • Loading branch information
Andrew Lunn authored and Arnd Bergmann committed Feb 28, 2013
1 parent 532ab1a commit e2d697f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41e364bb2494afe21803aff43bd8cb89ce6fc097
refs/heads/master: 12131b5424577b2eb1bef5a41220d310594e42dc
17 changes: 17 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-nsa310.dts
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,21 @@
gpios = <&gpio1 8 0>;
};
};

regulators {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;

usb0_power_off: regulator@1 {
compatible = "regulator-fixed";
reg = <1>;
regulator-name = "USB Power Off";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
regulator-boot-on;
gpio = <&gpio0 21 0>;
};
};
};
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-kirkwood/board-nsa310.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "common.h"
#include "mpp.h"

#define NSA310_GPIO_USB_POWER_OFF 21
#define NSA310_GPIO_POWER_OFF 48

static unsigned int nsa310_mpp_config[] __initdata = {
Expand Down Expand Up @@ -70,9 +69,6 @@ static void __init nsa310_gpio_init(void)
"Power Off");
if (!err)
pm_power_off = nsa310_power_off;

nsa310_gpio_request(NSA310_GPIO_USB_POWER_OFF, GPIOF_OUT_INIT_LOW,
"USB Power Off");
}

void __init nsa310_init(void)
Expand Down

0 comments on commit e2d697f

Please sign in to comment.