summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-08-20 01:17:38 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-20 01:17:38 -0700
commita5a9ec7754b0f8c0704d1c1d9cd19b0d2e65ea9b (patch)
tree6fe5c38d800dc4606a4a475cd1de3318c4195666 /include
parenta254db548d7fb2526a7b65d65294fdc71b3f92a3 (diff)
parentdcdf2ac6c1db1055e2ac0efa5ecc06a172b64aa9 (diff)
Merge "power_supply: add properties for SDP current and PD voltage" into msm-4.4
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 93efe2b916ea..982b93ccfbe4 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -252,6 +252,9 @@ enum power_supply_property {
POWER_SUPPLY_PROP_CC_STEP,
POWER_SUPPLY_PROP_CC_STEP_SEL,
POWER_SUPPLY_PROP_SW_JEITA_ENABLED,
+ POWER_SUPPLY_PROP_PD_VOLTAGE_MAX,
+ POWER_SUPPLY_PROP_PD_VOLTAGE_MIN,
+ POWER_SUPPLY_PROP_SDP_CURRENT_MAX,
/* Local extensions of type int64_t */
POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT,
/* Properties of type `const char *' */