From 683a347835e6aa2a70af3f3af4e552d92b1243f9 Mon Sep 17 00:00:00 2001 From: Nicholas Troast Date: Wed, 8 Feb 2017 10:47:37 -0800 Subject: 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 --- include/linux/power_supply.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3