diff options
| author | Harry Yang <harryy@codeaurora.org> | 2017-02-25 21:25:51 -0800 |
|---|---|---|
| committer | Harry Yang <harryy@codeaurora.org> | 2017-03-20 14:58:44 -0700 |
| commit | e8ec8823d34b893c38bb2670694241879f41771c (patch) | |
| tree | 9b6bdd4c1df562ffec1d56fc5d75ca19ccc28683 /include/linux | |
| parent | e78e34d5b42170347cff10b1afa53ae0f820a8b3 (diff) | |
power_supply: add CHARGE_QNOVO_ENABLE property
Add the property to enable qnovo algorithm for charging.
Change-Id: I110f386d5cf86a4718e7d55af3068fd357dca8e9
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 1effc355d7d0..864f7f6a0d01 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -217,6 +217,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_DP_DM, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMITED, POWER_SUPPLY_PROP_INPUT_CURRENT_NOW, + POWER_SUPPLY_PROP_CHARGE_QNOVO_ENABLE, POWER_SUPPLY_PROP_CURRENT_QNOVO, POWER_SUPPLY_PROP_VOLTAGE_QNOVO, POWER_SUPPLY_PROP_RERUN_AICL, |
