power_supply: max17042: Add OF support for setting thresholds
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 8 Jun 2015 01:11:38 +0000 (10:11 +0900)
committerSebastian Reichel <sre@kernel.org>
Wed, 10 Jun 2015 14:14:03 +0000 (16:14 +0200)
commita6e6b63ee2798f18e0e786feb407cc7846077ea3
tree936d2fcd154eb8fe50ffc7eb9624cb1dc00904a3
parent5c6e3a97e969e978368df83239583771c936efea
power_supply: max17042: Add OF support for setting thresholds

The commit edd4ab055931 ("power: max17042_battery: add HEALTH and TEMP_*
properties support") added support for setting voltage and temperature
thresholds with platform data. For DeviceTree default of 0 was always
used.

This caused reporting battery health always as over voltage or
over heated.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Fixes: edd4ab055931 ("power: max17042_battery: add HEALTH and TEMP_* properties support")
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Documentation/devicetree/bindings/power_supply/max17042_battery.txt
drivers/power/max17042_battery.c