diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-09-16 15:22:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-16 19:09:27 -0400 |
commit | ed801b4046beead31cb83e78a5758497c0a6c3a6 (patch) | |
tree | ff85d54d2d351032028992bbbbe9f3dd23d8c162 | |
parent | dd7e71fbeefe9179b94eed81f8b33da06b9bf062 (diff) |
regulator: add devicetree bindings for Fairchild FAN53555 regulators
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>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/fan53555.txt | 23 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/fan53555.txt b/Documentation/devicetree/bindings/regulator/fan53555.txt new file mode 100644 index 000000000000..b183738d6ca9 --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/fan53555.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | Binding for Fairchild FAN53555 regulators | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: "fcs,fan53555" | ||
5 | - reg: I2C address | ||
6 | |||
7 | Optional properties: | ||
8 | - fcs,suspend-voltage-selector: declare which of the two available | ||
9 | voltage selector registers should be used for the suspend | ||
10 | voltage. The other one is used for the runtime voltage setting | ||
11 | Possible values are either <0> or <1> | ||
12 | - vin-supply: regulator supplying the vin pin | ||
13 | |||
14 | Example: | ||
15 | |||
16 | regulator@40 { | ||
17 | compatible = "fcs,fan53555"; | ||
18 | regulator-name = "fan53555"; | ||
19 | regulator-min-microvolt = <1000000>; | ||
20 | regulator-max-microvolt = <1800000>; | ||
21 | vin-supply = <&parent_reg>; | ||
22 | fcs,suspend-voltage-selector = <1>; | ||
23 | }; | ||
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index ac7269f90764..24b92b31f2b5 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
@@ -49,6 +49,7 @@ epson Seiko Epson Corp. | |||
49 | est ESTeem Wireless Modems | 49 | est ESTeem Wireless Modems |
50 | eukrea Eukréa Electromatique | 50 | eukrea Eukréa Electromatique |
51 | excito Excito | 51 | excito Excito |
52 | fcs Fairchild Semiconductor | ||
52 | fsl Freescale Semiconductor | 53 | fsl Freescale Semiconductor |
53 | GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. | 54 | GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. |
54 | gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. | 55 | gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. |