summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Troast <ntroast@codeaurora.org>2017-02-08 10:47:37 -0800
committerAshay Jaiswal <ashayj@codeaurora.org>2017-02-10 12:52:14 +0530
commit683a347835e6aa2a70af3f3af4e552d92b1243f9 (patch)
tree8c1bc93f8e018f80e1d6057b6f3598192819c153 /include
parente93616b414db2691481c9ebd014058166be43186 (diff)
power: supply: qcom: implement die and connector health property
The die and connector health properties expose the comparator output of the thermal regulation. If both die and skin temperature regulation is enabled then the output of the comparator will be the higher of the two. The property values can be one of: Unknown, Cool, Warm, Hot, Overheat. Change-Id: Ic92c9cb08ec42fd2c2f26a54687a17e3b05b388f Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index fe529be52980..ee87e77e1b16 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -238,7 +238,6 @@ enum power_supply_property {
POWER_SUPPLY_PROP_FCC_DELTA,
POWER_SUPPLY_PROP_ICL_REDUCTION,
POWER_SUPPLY_PROP_PARALLEL_MODE,
- POWER_SUPPLY_PROP_CONNECTOR_THERM_ZONE,
POWER_SUPPLY_PROP_DIE_HEALTH,
POWER_SUPPLY_PROP_CONNECTOR_HEALTH,
/* Local extensions of type int64_t */