diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 11:11:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 11:11:34 +0100 |
commit | 3242a86170070a332037bff65ab5872189e20791 (patch) | |
tree | 341b8fc24ecc5a0b825969f15cead28942631afc /Documentation/devicetree/bindings/regulator | |
parent | 513b485a2d87779ddca0bfe8dc69691f62803873 (diff) | |
parent | 937433c2502f663e5a0e8804462bc38c41b9021f (diff) |
Merge remote-tracking branch 'regulator/topic/da9210' into regulator-next
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/da9210.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/da9210.txt b/Documentation/devicetree/bindings/regulator/da9210.txt new file mode 100644 index 000000000000..f120f229d67d --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/da9210.txt @@ -0,0 +1,21 @@ +* Dialog Semiconductor DA9210 Voltage Regulator + +Required properties: + +- compatible: must be "diasemi,da9210" +- reg: the i2c slave address of the regulator. It should be 0x68. + +Any standard regulator properties can be used to configure the single da9210 +DCDC. + +Example: + + da9210@68 { + compatible = "diasemi,da9210"; + reg = <0x68>; + + regulator-min-microvolt = <900000>; + regulator-max-microvolt = <1000000>; + regulator-boot-on; + regulator-always-on; + }; |