diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-06-18 10:03:16 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-18 13:56:58 +0400 |
commit | ea38d13fd1666bc030cb1c0feec5b0da2f89f9b2 (patch) | |
tree | 463ca3908e6541a434c73117e716556fac49b596 /include/linux/regulator/machine.h | |
parent | 398715ab9414b3b7741c8239c254111f5016821c (diff) | |
download | linux-ea38d13fd1666bc030cb1c0feec5b0da2f89f9b2.tar.xz |
regulator: core: Change the unit of ramp_delay from mV/uS to uV/uS
This change makes it possible to set ramp_delay with 0.xxx mV/uS without
truncation issue.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/regulator/machine.h')
-rw-r--r-- | include/linux/regulator/machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index 5f37ad3cc172..40dd0a394cfa 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h @@ -92,7 +92,7 @@ struct regulator_state { * mode. * @initial_state: Suspend state to set by default. * @initial_mode: Mode to set at startup. - * @ramp_delay: Time to settle down after voltage change (unit: mV/us) + * @ramp_delay: Time to settle down after voltage change (unit: uV/us) */ struct regulation_constraints { |