]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/devicetree/bindings/regulator/max8973-regulator.txt
regulator: max8973: add mechanism to enable/disable through GPIO
[mirror_ubuntu-zesty-kernel.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
c2ffa973
LD
11Optional properties:
12
13-maxim,externally-enable: boolean, externally control the regulator output
14 enable/disable.
69eb0980
LD
15-maxim,enable-gpio: GPIO for enable control. If the valid GPIO is provided
16 then externally enable control will be considered.
c2ffa973
LD
17-maxim,dvs-gpio: GPIO which is connected to DVS pin of device.
18-maxim,dvs-default-state: Default state of GPIO during initialisation.
19 1 for HIGH and 0 for LOW.
20-maxim,enable-remote-sense: boolean, enable reote sense.
21-maxim,enable-falling-slew-rate: boolean, enable falling slew rate.
22-maxim,enable-active-discharge: boolean: enable active discharge.
23-maxim,enable-frequency-shift: boolean, enable 9% frequency shift.
24-maxim,enable-bias-control: boolean, enable bias control. By enabling this
25 startup delay can be reduce to 20us from 220us.
26
42dc3023
GL
27Example:
28
29 max8973@1b {
f986c356 30 compatible = "maxim,max8973";
42dc3023
GL
31 reg = <0x1b>;
32
33 regulator-min-microvolt = <935000>;
34 regulator-max-microvolt = <1200000>;
35 regulator-boot-on;
36 regulator-always-on;
37 };