commit | 5b41aa9f2b3a4e44ca4f68cd3076856bd3d93462 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Fri Jan 11 13:12:56 2013 +0000 |
committer | Anton Vorontsov <anton@enomsg.org> | Tue Jan 15 17:44:28 2013 -0800 |
tree | ac47729034c49bbdf8e8e83dd4e68db7a1f424cf | |
parent | 129d583b4432375a9559708882172320e4c8fb94 [diff] |
ab8500_btemp: Allign battery temperature resolution with the framework The Linux Power Supply framework expects battery temperatures to have a resolution of 0.1 degree Celsius; however, the AB8500 btemp driver supplies a battery temperature resolution of 1 degree Celsius. We therefore have to use a factor 10 on the measured values. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Anton Vorontsov <anton@enomsg.org>