]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/regulator/driver.h
Merge remote-tracking branch 'regulator/topic/fixed' into regulator-next
[karo-tx-linux.git] / include / linux / regulator / driver.h
index 779b877e0fa12de1331e3584694d82951a9476fc..c8b492c6b6a8a2693abbc5ae37c0befe92e61af3 100644 (file)
@@ -209,6 +209,7 @@ enum regulator_type {
  * @min_uV: Voltage given by the lowest selector (if linear mapping)
  * @uV_step: Voltage increase with each selector (if linear mapping)
  * @linear_min_sel: Minimal selector for starting linear mapping
+ * @fixed_uV: Fixed voltage of rails.
  * @ramp_delay: Time to settle down after voltage change (unit: uV/us)
  * @volt_table: Voltage mapping table (if table based mapping)
  *
@@ -241,6 +242,7 @@ struct regulator_desc {
        unsigned int min_uV;
        unsigned int uV_step;
        unsigned int linear_min_sel;
+       int fixed_uV;
        unsigned int ramp_delay;
 
        const struct regulator_linear_range *linear_ranges;