|
@@ -108,6 +108,8 @@ struct regulator_state {
|
|
|
* @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: uV/us)
|
|
|
+ * @settling_time: Time to settle down after voltage change when voltage
|
|
|
+ * change is non-linear (unit: microseconds).
|
|
|
* @active_discharge: Enable/disable active discharge. The enum
|
|
|
* regulator_active_discharge values are used for
|
|
|
* initialisation.
|
|
@@ -149,6 +151,7 @@ struct regulation_constraints {
|
|
|
unsigned int initial_mode;
|
|
|
|
|
|
unsigned int ramp_delay;
|
|
|
+ unsigned int settling_time;
|
|
|
unsigned int enable_time;
|
|
|
|
|
|
unsigned int active_discharge;
|