diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 12:11:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 12:11:33 +0200 |
commit | 81e439f476a397af695e8141df6e7324a8ac4893 (patch) | |
tree | 8a79f8d7805e4f2f838a39cdc751d43a987ee1e1 /Documentation/devicetree/bindings/regulator | |
parent | Merge remote-tracking branch 'regulator/topic/as3722' into regulator-next (diff) | |
parent | regulator: core: Reduce busy-wait looping (diff) | |
download | linux-81e439f476a397af695e8141df6e7324a8ac4893.tar.xz linux-81e439f476a397af695e8141df6e7324a8ac4893.zip |
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-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 2bd8f0978765..e2c7f1e7251a 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -14,6 +14,11 @@ Optional properties: - regulator-ramp-delay: ramp delay for regulator(in uV/uS) For hardwares which support disabling ramp rate, it should be explicitly intialised to zero (regulator-ramp-delay = <0>) for disabling ramp delay. +- regulator-enable-ramp-delay: The time taken, in microseconds, for the supply + rail to reach the target voltage, plus/minus whatever tolerance the board + design requires. This property describes the total system ramp time + required due to the combination of internal ramping of the regulator itself, + and board design issues such as trace capacitance and load on the supply. Deprecated properties: - regulator-compatible: If a regulator chip contains multiple |