diff options
Diffstat (limited to 'include/linux/regulator/driver.h')
| -rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index f2b72b230b9b..d10bb0f39c5e 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
| @@ -187,6 +187,7 @@ enum regulator_type { | |||
| 187 | * | 187 | * |
| 188 | * @min_uV: Voltage given by the lowest selector (if linear mapping) | 188 | * @min_uV: Voltage given by the lowest selector (if linear mapping) |
| 189 | * @uV_step: Voltage increase with each selector (if linear mapping) | 189 | * @uV_step: Voltage increase with each selector (if linear mapping) |
| 190 | * @linear_min_sel: Minimal selector for starting linear mapping | ||
| 190 | * @ramp_delay: Time to settle down after voltage change (unit: uV/us) | 191 | * @ramp_delay: Time to settle down after voltage change (unit: uV/us) |
| 191 | * @volt_table: Voltage mapping table (if table based mapping) | 192 | * @volt_table: Voltage mapping table (if table based mapping) |
| 192 | * | 193 | * |
| @@ -210,6 +211,7 @@ struct regulator_desc { | |||
| 210 | 211 | ||
| 211 | unsigned int min_uV; | 212 | unsigned int min_uV; |
| 212 | unsigned int uV_step; | 213 | unsigned int uV_step; |
| 214 | unsigned int linear_min_sel; | ||
| 213 | unsigned int ramp_delay; | 215 | unsigned int ramp_delay; |
| 214 | 216 | ||
| 215 | const unsigned int *volt_table; | 217 | const unsigned int *volt_table; |
