diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-18 00:41:54 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-24 20:28:46 +0300 |
commit | 3a003baeec246f604ed1d2e0087560d7f15edcc6 (patch) | |
tree | 6b9e16f35e605a1b23386be578df569b599e978b /Documentation/devicetree/bindings/regulator/regulator.txt | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | linux-3a003baeec246f604ed1d2e0087560d7f15edcc6.tar.xz |
regulator: Add over current protection (OCP) support
Some regulators can automatically shut down when they detect an
over current event. Add an op (set_over_current_protection) and a
DT property + constraint to support this capability.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/regulator.txt')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.txt b/Documentation/devicetree/bindings/regulator/regulator.txt index db88feb28c03..24bd422cecd5 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -42,6 +42,7 @@ Optional properties: - regulator-system-load: Load in uA present on regulator that is not captured by any consumer request. - regulator-pull-down: Enable pull down resistor when the regulator is disabled. +- regulator-over-current-protection: Enable over current protection. Deprecated properties: - regulator-compatible: If a regulator chip contains multiple |