Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / Documentation / devicetree / bindings / regulator / lm363x-regulator.txt
1 TI LMU LM363x regulator device tree bindings
2
3 LM363x regulator driver supports LM3631 and LM3632.
4 LM3631 has five regulators and LM3632 supports three regulators.
5
6 Required property:
7   - compatible: "ti,lm363x-regulator"
8
9 Optional properties:
10   LM3632 has external enable pins for two LDOs.
11   - ti,lcm-en1-gpio: A GPIO specifier for Vpos control pin.
12   - ti,lcm-en2-gpio: A GPIO specifier for Vneg control pin.
13
14 Child nodes:
15   LM3631
16   - vboost
17   - vcont
18   - voref
19   - vpos
20   - vneg
21
22   LM3632
23   - vboost
24   - vpos
25   - vneg
26
27   Optional properties of a child node:
28   Each sub-node should contain the constraints and initialization.
29   Please refer to [1].
30
31 Examples: Please refer to ti-lmu dt-bindings [2].
32
33 [1] ../regulator/regulator.txt
34 [2] ../mfd/ti-lmu.txt