regulator: add devicetree bindings for Fairchild FAN53555 regulators
authorHeiko Stuebner <heiko@sntech.de>
Tue, 16 Sep 2014 19:22:52 +0000 (21:22 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 16 Sep 2014 23:09:27 +0000 (16:09 -0700)
Document the regulator and add a fairchild vendor-prefix.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/fan53555.txt [new file with mode: 0644]
Documentation/devicetree/bindings/vendor-prefixes.txt

diff --git a/Documentation/devicetree/bindings/regulator/fan53555.txt b/Documentation/devicetree/bindings/regulator/fan53555.txt
new file mode 100644 (file)
index 0000000..b183738
--- /dev/null
@@ -0,0 +1,23 @@
+Binding for Fairchild FAN53555 regulators
+
+Required properties:
+  - compatible: "fcs,fan53555"
+  - reg: I2C address
+
+Optional properties:
+  - fcs,suspend-voltage-selector: declare which of the two available
+               voltage selector registers should be used for the suspend
+               voltage. The other one is used for the runtime voltage setting
+               Possible values are either <0> or <1>
+  - vin-supply: regulator supplying the vin pin
+
+Example:
+
+       regulator@40 {
+               compatible = "fcs,fan53555";
+               regulator-name = "fan53555";
+               regulator-min-microvolt = <1000000>;
+               regulator-max-microvolt = <1800000>;
+               vin-supply = <&parent_reg>;
+               fcs,suspend-voltage-selector = <1>;
+       };
index ac7269f90764da1193f064dad2af7193398b5d8f..24b92b31f2b5c8011cc71a305d95ff72e9bf9e4d 100644 (file)
@@ -49,6 +49,7 @@ epson Seiko Epson Corp.
 est    ESTeem Wireless Modems
 eukrea  EukrĂ©a Electromatique
 excito Excito
+fcs    Fairchild Semiconductor
 fsl    Freescale Semiconductor
 GEFanuc        GE Fanuc Intelligent Platforms Embedded Systems, Inc.
 gef    GE Fanuc Intelligent Platforms Embedded Systems, Inc.
This page took 0.03899 seconds and 5 git commands to generate.