regulator: Add DT bindings for tps65218 PMIC regulators.
authorKeerthy <j-keerthy@ti.com>
Wed, 9 Jul 2014 05:36:29 +0000 (11:06 +0530)
committerMark Brown <broonie@linaro.org>
Wed, 16 Jul 2014 21:50:18 +0000 (22:50 +0100)
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>
Documentation/devicetree/bindings/regulator/tps65218.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/regulator/tps65218.txt b/Documentation/devicetree/bindings/regulator/tps65218.txt
new file mode 100644 (file)
index 0000000..fccc1d2
--- /dev/null
@@ -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>;
+       };