-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branches 'regulator/topic/const', 'regulator/to…
…pic/lm363x', 'regulator/topic/lockdep' and 'regulator/topic/lp872x' into regulator-next
- Loading branch information
Showing
19 changed files
with
390 additions
and
34 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
Documentation/devicetree/bindings/regulator/lm363x-regulator.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
TI LMU LM363x regulator device tree bindings | ||
|
||
LM363x regulator driver supports LM3631 and LM3632. | ||
LM3631 has five regulators and LM3632 supports three regulators. | ||
|
||
Required property: | ||
- compatible: "ti,lm363x-regulator" | ||
|
||
Optional properties: | ||
LM3632 has external enable pins for two LDOs. | ||
- ti,lcm-en1-gpio: A GPIO specifier for Vpos control pin. | ||
- ti,lcm-en2-gpio: A GPIO specifier for Vneg control pin. | ||
|
||
Child nodes: | ||
LM3631 | ||
- vboost | ||
- vcont | ||
- voref | ||
- vpos | ||
- vneg | ||
|
||
LM3632 | ||
- vboost | ||
- vpos | ||
- vneg | ||
|
||
Optional properties of a child node: | ||
Each sub-node should contain the constraints and initialization. | ||
Please refer to [1]. | ||
|
||
Examples: Please refer to ti-lmu dt-bindings [2]. | ||
|
||
[1] ../regulator/regulator.txt | ||
[2] ../mfd/ti-lmu.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.