commit | 696b6075afa97b42b3f59f96809ed586eb691c96 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Fri Mar 22 09:23:02 2013 -0300 |
committer | Zhang Rui <rui.zhang@intel.com> | Tue Mar 26 22:12:20 2013 +0800 |
tree | 0106c28ed0a284e4d42ba548b1fe9a15b4186ee1 | |
parent | 02519d3397b57bf723f6df69c92b0b66ecafb11a [diff] |
thermal: kirkwood: Fix thermal sensor formula The currently formula has been taken from the 88AP510 SoC datasheet, which is not exactly correct. The correct value for the temperature in Celcius of the sensor present in this SoC is: Celsius = (322-reg)/1.3625 Signed-off-by: Lior Amsalem <alior@marvell.com> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Zhang Rui <rui.zhang@intel.com>