diff options
author | Milo Kim <milo.kim@ti.com> | 2015-11-26 07:57:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-27 13:37:31 +0100 |
commit | eaea7d27129b9b493c3029608486c157827a92ce (patch) | |
tree | cbaab10ba60d319df5c6777e883f46632f4bd498 /Documentation | |
parent | regulator: add LM363X driver (diff) | |
download | linux-eaea7d27129b9b493c3029608486c157827a92ce.tar.xz linux-eaea7d27129b9b493c3029608486c157827a92ce.zip |
regulator: lm363x: add LM363x regulator binding information
This binding describes LM3631 and LM3632 regulator properties.
Signed-off-by: Milo Kim <milo.kim@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/lm363x-regulator.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt b/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt new file mode 100644 index 000000000000..8f14df9d1205 --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt @@ -0,0 +1,34 @@ +TI LMU LM363x regulator device tree bindings + +LM363x regulator driver supports LM3631 and LM3632. +LM3631 has five regulators and LM3632 supports three regulators. + +Required property: + - compatible: "ti,lm363x-regulator" + +Optional properties: + LM3632 has external enable pins for two LDOs. + - ti,lcm-en1-gpio: A GPIO specifier for Vpos control pin. + - ti,lcm-en2-gpio: A GPIO specifier for Vneg control pin. + +Child nodes: + LM3631 + - vboost + - vcont + - voref + - vpos + - vneg + + LM3632 + - vboost + - vpos + - vneg + + Optional properties of a child node: + Each sub-node should contain the constraints and initialization. + Please refer to [1]. + +Examples: Please refer to ti-lmu dt-bindings [2]. + +[1] ../regulator/regulator.txt +[2] ../mfd/ti-lmu.txt |