summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-24 11:11:34 +0100
committerMark Brown <broonie@linaro.org>2013-10-24 11:11:34 +0100
commit3242a86170070a332037bff65ab5872189e20791 (patch)
tree341b8fc24ecc5a0b825969f15cead28942631afc /Documentation
parent513b485a2d87779ddca0bfe8dc69691f62803873 (diff)
parent937433c2502f663e5a0e8804462bc38c41b9021f (diff)
downloadop-kernel-dev-3242a86170070a332037bff65ab5872189e20791.zip
op-kernel-dev-3242a86170070a332037bff65ab5872189e20791.tar.gz
Merge remote-tracking branch 'regulator/topic/da9210' into regulator-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/regulator/da9210.txt21
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 0000000..f120f22
--- /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;
+ };
OpenPOWER on IntegriCloud