Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343140
b: refs/heads/master
c: dea05fe
h: refs/heads/master
v: v3
  • Loading branch information
Frank Li authored and Mark Brown committed Nov 13, 2012
1 parent ba937af commit b222fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 006694d099e86e5a928fb39bdea280ab42c9d59c
refs/heads/master: dea05fe66edb4540a53ed6623794c4978315256a
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Required properties:
- compatible : Must be "regulator-gpio".

Optional properties:
- gpio-enable : GPIO to use to enable/disable the regulator.
- enable-gpio : GPIO to use to enable/disable the regulator.
- gpios : GPIO group used to control voltage.
- states : Selection of available voltages and GPIO configs.
- startup-delay-us : Startup time in microseconds.
Expand All @@ -23,7 +23,7 @@ Example:
regulator-max-microvolt = <2600000>;
regulator-boot-on;

gpio-enable = <&gpio0 23 0x4>;
enable-gpio = <&gpio0 23 0x4>;
gpios = <&gpio0 24 0x4
&gpio0 25 0x4>;
states = <1800000 0x3
Expand Down

0 comments on commit b222fbb

Please sign in to comment.