|
@@ -2,11 +2,12 @@ GPIO controlled regulators
|
|
|
|
|
|
Required properties:
|
|
|
- compatible : Must be "regulator-gpio".
|
|
|
+- states : Selection of available voltages and GPIO configs.
|
|
|
+ if there are no states, then use a fixed regulator
|
|
|
|
|
|
Optional properties:
|
|
|
- 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.
|
|
|
- enable-active-high : Polarity of GPIO is active high (default is low).
|
|
|
|