Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / regulator / da9210.txt
blob3297c53cb9152395c310693034e33dc3ee26f95e
1 * Dialog Semiconductor DA9210 Voltage Regulator
3 Required properties:
5 - compatible:   must be "dlg,da9210"
6 - reg:          the i2c slave address of the regulator. It should be 0x68.
8 Any standard regulator properties can be used to configure the single da9210
9 DCDC.
11 Example:
13         da9210@68 {
14                 compatible = "dlg,da9210";
15                 reg = <0x68>;
17                 regulator-min-microvolt = <900000>;
18                 regulator-max-microvolt = <1000000>;
19                 regulator-boot-on;
20                 regulator-always-on;
21         };