Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / Documentation / devicetree / bindings / regulator / da9210.txt
CommitLineData
937433c2
GL
1* Dialog Semiconductor DA9210 Voltage Regulator
2
3Required properties:
4
bd597f47 5- compatible: must be "dlg,da9210"
937433c2
GL
6- reg: the i2c slave address of the regulator. It should be 0x68.
7
8Any standard regulator properties can be used to configure the single da9210
9DCDC.
10
11Example:
12
13 da9210@68 {
bd597f47 14 compatible = "dlg,da9210";
937433c2
GL
15 reg = <0x68>;
16
17 regulator-min-microvolt = <900000>;
18 regulator-max-microvolt = <1000000>;
19 regulator-boot-on;
20 regulator-always-on;
21 };
This page took 0.127205 seconds and 5 git commands to generate.