blob: 54a3f2c80e3acd085a48782881dcac9bcbf318a0 [file] [log] [blame]
Heiko Stuebnered801b42014-09-16 21:22:52 +02001Binding for Fairchild FAN53555 regulators
2
3Required properties:
Heiko Stuebneree309282014-09-16 21:22:54 +02004 - compatible: one of "fcs,fan53555", "silergy,syr827", "silergy,syr828"
Heiko Stuebnered801b42014-09-16 21:22:52 +02005 - 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 };