Skip to content

Commit

Permalink
regulator: gpio: correct default type
Browse files Browse the repository at this point in the history
The driver defaults to voltage, not current, type so correct
this in the device tree binding documentation.

Signed-off-by: Hans Holmberg <hans@pixelmunchies.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Hans Holmberg authored and Mark Brown committed Feb 4, 2017
1 parent d00b746 commit 17db9f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Optional properties:
- startup-delay-us : Startup time in microseconds.
- enable-active-high : Polarity of GPIO is active high (default is low).
- regulator-type : Specifies what is being regulated, must be either
"voltage" or "current", defaults to current.
"voltage" or "current", defaults to voltage.

Any property defined as part of the core regulator binding defined in
regulator.txt can also be used.
Expand Down

0 comments on commit 17db9f3

Please sign in to comment.