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>
This commit is contained in:
Axel Lin
2012-06-18 14:03:16 +08:00
committed by Mark Brown
parent 398715ab94
commit ea38d13fd1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 {