diff options
author | Yadwinder Singh Brar <yadi.brar@samsung.com> | 2013-06-29 18:21:15 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 11:27:48 +0100 |
commit | 1653ccf4c52df6a4abe8ec2f33f2cb2896d129ea (patch) | |
tree | 2238091c98473856a1523b13974ad98815a63156 /Documentation/devicetree/bindings/regulator | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) | |
download | lwn-1653ccf4c52df6a4abe8ec2f33f2cb2896d129ea.tar.gz lwn-1653ccf4c52df6a4abe8ec2f33f2cb2896d129ea.zip |
regulator: core: Add support for disabling ramp delay
Some hardwares support disabling ramp delay, so adding ramp_disable flag to
constraints. It will be used to figure out whether ramp_delay in constraints
is explicitly set to zero or its unintialized (zero by default).
And we don't need to call set_voltage_time_sel() for regulators for whom ramp
delay is disabled in constraints.
Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.txt b/Documentation/devicetree/bindings/regulator/regulator.txt index 48a3b8e5d6bd..2bd8f0978765 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -12,6 +12,8 @@ Optional properties: - regulator-allow-bypass: allow the regulator to go into bypass mode - <name>-supply: phandle to the parent supply/regulator node - 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. Deprecated properties: - regulator-compatible: If a regulator chip contains multiple |