mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-10 20:43:13 +00:00
ANDROID: GKI: power: supply: Add AICL_DONE parameter
This parameter is used to signify that the Automatic Input Current Limit
(AICL) setting process for a PSY has finished executing.
Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
(cherry picked from commit e24a3925ac)
Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 150789066
Change-Id: I5609aaf64bf75ce446ce9a5f83ec1c2baadf81f3
This commit is contained in:
@ -482,6 +482,7 @@ static struct device_attribute power_supply_attrs[] = {
|
||||
/* Resistance Estimaton */
|
||||
POWER_SUPPLY_ATTR(resistance_avg),
|
||||
POWER_SUPPLY_ATTR(batt_res_filt_cnts),
|
||||
POWER_SUPPLY_ATTR(aicl_done),
|
||||
/* Charge pump properties */
|
||||
POWER_SUPPLY_ATTR(cp_status1),
|
||||
POWER_SUPPLY_ATTR(cp_status2),
|
||||
|
||||
@ -347,6 +347,7 @@ enum power_supply_property {
|
||||
/* Resistance Estimaton */
|
||||
POWER_SUPPLY_PROP_RESISTANCE_AVG,
|
||||
POWER_SUPPLY_PROP_RES_FILTER_COUNT,
|
||||
POWER_SUPPLY_PROP_AICL_DONE,
|
||||
/* Charge pump properties */
|
||||
POWER_SUPPLY_PROP_CP_STATUS1,
|
||||
POWER_SUPPLY_PROP_CP_STATUS2,
|
||||
|
||||
Reference in New Issue
Block a user