]> git.dujemihanovic.xyz Git - linux.git/commit
power: supply: generic-adc-battery: fix unit scaling
authorSebastian Reichel <sre@kernel.org>
Fri, 17 Mar 2023 22:56:57 +0000 (23:56 +0100)
committerSebastian Reichel <sre@kernel.org>
Wed, 29 Mar 2023 20:38:56 +0000 (22:38 +0200)
commit44263f50065969f2344808388bd589740f026167
tree1c4d4eb8b3a7238d21f9a254873707fcd111b3d1
parent93297ef6920f071ed109cbdcf640edfc693d0456
power: supply: generic-adc-battery: fix unit scaling

power-supply properties are reported in µV, µA and µW.
The IIO API provides mV, mA, mW, so the values need to
be multiplied by 1000.

Fixes: e60fea794e6e ("power: battery: Generic battery driver using IIO")
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/supply/generic-adc-battery.c