power: supply: generic-adc-battery: fix unit scaling
authorSebastian Reichel <sre@kernel.org>
Fri, 17 Mar 2023 22:56:57 +0000 (23:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:03:33 +0000 (23:03 +0900)
commita2b3eaaa97826fa3b55d46d03777460302605977
tree81b3540a77e5a3a4438ccbb2aa942f1e64a742bb
parent37f689d859ee6a504f0cbe7c9a38babaa5ee6191
power: supply: generic-adc-battery: fix unit scaling

[ Upstream commit 44263f50065969f2344808388bd589740f026167 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/power/supply/generic-adc-battery.c