diff options
-rw-r--r-- | include/linux/regulator/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index bac4c871f3bd..c10012f0af15 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
@@ -58,6 +58,7 @@ enum regulator_status { | |||
58 | * regulator_desc.n_voltages. Voltages may be reported in any order. | 58 | * regulator_desc.n_voltages. Voltages may be reported in any order. |
59 | * | 59 | * |
60 | * @set_current_limit: Configure a limit for a current-limited regulator. | 60 | * @set_current_limit: Configure a limit for a current-limited regulator. |
61 | * The driver should select the current closest to max_uA. | ||
61 | * @get_current_limit: Get the configured limit for a current-limited regulator. | 62 | * @get_current_limit: Get the configured limit for a current-limited regulator. |
62 | * | 63 | * |
63 | * @set_mode: Set the configured operating mode for the regulator. | 64 | * @set_mode: Set the configured operating mode for the regulator. |