Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17db9f38 authored by Hans Holmberg's avatar Hans Holmberg Committed by Mark Brown
Browse files

regulator: gpio: correct default type



The driver defaults to voltage, not current, type so correct
this in the device tree binding documentation.

Signed-off-by: default avatarHans Holmberg <hans@pixelmunchies.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent d00b7461
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.