summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-07-01 10:17:10 (GMT)
committerMark Brown <broonie@linaro.org>2013-07-01 10:17:10 (GMT)
commit5ee6c728808d86b7c4bed316fd0a70114f4d7793 (patch)
treeb9b0264237675132171d6f23183bdba84d3ecf8f /Documentation
parent7455c7f4ac0e99e6c2af6b5387616c985814ee89 (diff)
parentf986c35689996caddfddb096ead8095c91f7f155 (diff)
downloadlinux-fsl-qoriq-5ee6c728808d86b7c4bed316fd0a70114f4d7793.tar.xz
Merge remote-tracking branch 'regulator/topic/max8973' into regulator-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/regulator/max8973-regulator.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt
new file mode 100644
index 0000000..4f15d8a
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt
@@ -0,0 +1,21 @@
+* Maxim MAX8973 Voltage Regulator
+
+Required properties:
+
+- compatible: must be "maxim,max8973"
+- reg: the i2c slave address of the regulator. It should be 0x1b.
+
+Any standard regulator properties can be used to configure the single max8973
+DCDC.
+
+Example:
+
+ max8973@1b {
+ compatible = "maxim,max8973";
+ reg = <0x1b>;
+
+ regulator-min-microvolt = <935000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-boot-on;
+ regulator-always-on;
+ };