diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index bac4c871f3bd1930b481c214e932cec9666e05b6..c10012f0af15d1277249157ac60afa2f6503e745 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -58,6 +58,7 @@ enum regulator_status { * regulator_desc.n_voltages. Voltages may be reported in any order. * * @set_current_limit: Configure a limit for a current-limited regulator. + * The driver should select the current closest to max_uA. * @get_current_limit: Get the configured limit for a current-limited regulator. * * @set_mode: Set the configured operating mode for the regulator.