@@ -45,6 +45,16 @@ Optional Properties:
and corresponding battery internal resistance percent, which is used to look
up the resistance percent according to current temperature to get a accurate
batterty internal resistance in different temperatures.
+ - temperature-ambient-min-alert-celsius: Alert when ambient temperature of a
+ battery is lower than threshold value.
+ - temperature-ambient-max-alert-celsius: Alert when ambient temperature of a
+ battery is higher than threshold value.
+ - temperature-min-alert-celsius: Alert when battery temperature is lower
+ than threshold value.
+ - temperature-max-alert-celsius: Alert when battery temperature is higher
+ than threshold value.
+ - temperature-min-celsius: minimum temperature at which battery can operate
+ - temperature-max-celsius: maximum temperature at which battery can operate
Battery properties are named, where possible, for the corresponding
elements in enum power_supply_property, defined in
Document generic battery temperature properties. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- .../devicetree/bindings/power/supply/battery.txt | 10 ++++++++++ 1 file changed, 10 insertions(+)