WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / regulator / sy8106a-regulator.txt
blob39a8ca73f5721b8943c6711f863e81a69463ced3
1 SY8106A Voltage regulator
3 Required properties:
4 - compatible: Must be "silergy,sy8106a"
5 - reg: I2C slave address - must be <0x65>
6 - silergy,fixed-microvolt - the voltage when I2C regulating is disabled (set
7   by external resistor like a fixed voltage)
9 Any property defined as part of the core regulator binding, defined in
10 ./regulator.txt, can also be used.
12 Example:
14         sy8106a {
15                 compatible = "silergy,sy8106a";
16                 reg = <0x65>;
17                 regulator-name = "sy8106a-vdd";
18                 silergy,fixed-microvolt = <1200000>;
19                 regulator-min-microvolt = <1000000>;
20                 regulator-max-microvolt = <1400000>;
21                 regulator-boot-on;
22                 regulator-always-on;
23         };