regulator: max8973: get rid of extra variable for gpio validity
[deliverable/linux.git] / Documentation / devicetree / bindings / regulator / max8973-regulator.txt
CommitLineData
42dc3023
GL
1* Maxim MAX8973 Voltage Regulator
2
3Required properties:
4
f986c356 5- compatible: must be "maxim,max8973"
42dc3023
GL
6- reg: the i2c slave address of the regulator. It should be 0x1b.
7
8Any standard regulator properties can be used to configure the single max8973
9DCDC.
10
11Example:
12
13 max8973@1b {
f986c356 14 compatible = "maxim,max8973";
42dc3023
GL
15 reg = <0x1b>;
16
17 regulator-min-microvolt = <935000>;
18 regulator-max-microvolt = <1200000>;
19 regulator-boot-on;
20 regulator-always-on;
21 };
This page took 0.151328 seconds and 5 git commands to generate.