diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-03-02 05:54:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-02 09:13:05 -0500 |
commit | bd667d40a999e35c270e424b6d550410cb2c6d06 (patch) | |
tree | 7a03abda25fd1bed99fa08086c20f096b7b4c30e | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) |
regulator: DT: Add DT property for active-discharge configuration
Add common DT property for regulator node to support of
active discharge enable/disable configuration of regulator.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.txt b/Documentation/devicetree/bindings/regulator/regulator.txt index 1d112fc456aa..ecfc593cac15 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt | |||
@@ -44,6 +44,11 @@ Optional properties: | |||
44 | any consumer request. | 44 | any consumer request. |
45 | - regulator-pull-down: Enable pull down resistor when the regulator is disabled. | 45 | - regulator-pull-down: Enable pull down resistor when the regulator is disabled. |
46 | - regulator-over-current-protection: Enable over current protection. | 46 | - regulator-over-current-protection: Enable over current protection. |
47 | - regulator-active-discharge: tristate, enable/disable active discharge of | ||
48 | regulators. The values are: | ||
49 | 0: Disable active discharge. | ||
50 | 1: Enable active discharge. | ||
51 | Absence of this property will leave configuration to default. | ||
47 | 52 | ||
48 | Deprecated properties: | 53 | Deprecated properties: |
49 | - regulator-compatible: If a regulator chip contains multiple | 54 | - regulator-compatible: If a regulator chip contains multiple |