From: Anson Huang Date: Wed, 12 Feb 2014 10:06:35 +0000 (+0800) Subject: thermal: imx: update formula for thermal sensor X-Git-Tag: v3.15-rc1~37^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749e8be71d6126b9219f17230e6d0c3eef5191a7;p=pandora-kernel.git thermal: imx: update formula for thermal sensor Thermal sensor used to need two calibration points which are in fuse map to get a slope for converting thermal sensor's raw data to real temperature in degree C. Due to the chip calibration limitation, hardware team provides an universal formula to get real temperature from internal thermal sensor raw data: Slope = 0.4297157 - (0.0015976 * 25C fuse); Update the formula, as there will be no hot point calibration data in fuse map from now on. Signed-off-by: Anson Huang Acked-by: Shawn Guo Signed-off-by: Zhang Rui --- Reading git-diff-tree failed