-
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/tps65217', 'regulator…
…/topic/tps65218', 'regulator/topic/tps6586x' and 'regulator/topic/twl' into regulator-next
- Loading branch information
Showing
5 changed files
with
119 additions
and
100 deletions.
There are no files selected for viewing
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,23 @@ | ||
TPS65218 family of regulators | ||
|
||
Required properties: | ||
For tps65218 regulators/LDOs | ||
- compatible: | ||
- "ti,tps65218-dcdc1" for DCDC1 | ||
- "ti,tps65218-dcdc2" for DCDC2 | ||
- "ti,tps65218-dcdc3" for DCDC3 | ||
- "ti,tps65218-dcdc4" for DCDC4 | ||
- "ti,tps65218-dcdc5" for DCDC5 | ||
- "ti,tps65218-dcdc6" for DCDC6 | ||
- "ti,tps65218-ldo1" for LDO1 | ||
|
||
Optional properties: | ||
- Any optional property defined in bindings/regulator/regulator.txt | ||
|
||
Example: | ||
|
||
xyz: regulator@0 { | ||
compatible = "ti,tps65218-dcdc1"; | ||
regulator-min-microvolt = <1000000>; | ||
regulator-max-microvolt = <3000000>; | ||
}; |
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