blob: b183738d6ca90ccc106b172959bd4f1915041f52 [file] [log] [blame]
Heiko Stuebnered801b42014-09-16 21:22:52 +02001Binding for Fairchild FAN53555 regulators
2
3Required properties:
4 - compatible: "fcs,fan53555"
5 - reg: I2C address
6
7Optional 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
14Example:
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 };