diff options
| author | Harry Yang <harryy@codeaurora.org> | 2016-12-05 09:58:12 -0800 |
|---|---|---|
| committer | Harry Yang <harryy@codeaurora.org> | 2016-12-07 10:18:04 -0800 |
| commit | a5dea1fbd6544ca5911671db71fab6916d61878d (patch) | |
| tree | b38870555ab1c2b8024f2a8fbfe576530af2e15e /include/linux | |
| parent | 368fecd7df5b203a5ce684a0c77726a5690c1147 (diff) | |
power_supply: Add BOOST_CURRENT property
This property will be used to indicate to the boost current
after the boost is turned on.
CRs-Fixed: 1095917
Change-Id: Ie667fa49c4a8e8c008e8866f655e3bbe3e69e156
Signed-off-by: Harry Yang <harryy@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/power_supply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 18e1a979db76..125568f7862c 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -199,6 +199,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_UPDATE_NOW, POWER_SUPPLY_PROP_ESR_COUNT, POWER_SUPPLY_PROP_BUCK_FREQ, + POWER_SUPPLY_PROP_BOOST_CURRENT, POWER_SUPPLY_PROP_SAFETY_TIMER_ENABLE, POWER_SUPPLY_PROP_CHARGE_DONE, POWER_SUPPLY_PROP_FLASH_ACTIVE, |
