diff options
author | Keerthy <j-keerthy@ti.com> | 2014-07-09 09:36:29 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-17 01:50:18 +0400 |
commit | ce26db08d12ec4de8e98a8e5aa779a668c4d23a0 (patch) | |
tree | 2f03b4d04d157f7eeb8fa582cb3bc8b6e82bc986 /Documentation/devicetree/bindings/regulator/tps65218.txt | |
parent | 7753d2d41f658fe42de148732173e35999fd5e39 (diff) | |
download | linux-ce26db08d12ec4de8e98a8e5aa779a668c4d23a0.tar.xz |
regulator: Add DT bindings for tps65218 PMIC regulators.
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>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/tps65218.txt')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/tps65218.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/tps65218.txt b/Documentation/devicetree/bindings/regulator/tps65218.txt new file mode 100644 index 000000000000..fccc1d24af58 --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/tps65218.txt @@ -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>; + }; |