diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-11 01:25:23 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-11 01:25:23 -0800 |
| commit | 58a2863f693f66bcacc67c87c05727977545a9cb (patch) | |
| tree | de917cee1543fede692e9f7cfe99645579262b46 /include | |
| parent | 713e5d786eb40a063e314acd5f04890478f55b2c (diff) | |
| parent | 2b9d6a362f9ae5f7e2228e3c1df9b9cf56417b7c (diff) | |
Merge "qcom: smb-lib: make smb_irq_info common for smb2 and smb138x chargers"
Diffstat (limited to 'include')
| -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 b9b4c7b8fe06..457d862cb9a8 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -191,6 +191,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_INPUT_CURRENT_MAX, POWER_SUPPLY_PROP_INPUT_CURRENT_TRIM, POWER_SUPPLY_PROP_INPUT_CURRENT_SETTLED, + POWER_SUPPLY_PROP_INPUT_VOLTAGE_SETTLED, POWER_SUPPLY_PROP_VCHG_LOOP_DBC_BYPASS, POWER_SUPPLY_PROP_CHARGE_COUNTER_SHADOW, POWER_SUPPLY_PROP_HI_POWER, |
