Skip to content

Commit

Permalink
regulator: Add DT bindings for tps65218 PMIC regulators.
Browse files Browse the repository at this point in the history
Add DT bindings for tps65218 PMIC regulators.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Keerthy authored and Mark Brown committed Jul 16, 2014
1 parent 7753d2d commit ce26db0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Documentation/devicetree/bindings/regulator/tps65218.txt
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>;
};

0 comments on commit ce26db0

Please sign in to comment.