From 749e8be71d6126b9219f17230e6d0c3eef5191a7 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 12 Feb 2014 18:06:35 +0800 Subject: [PATCH] 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-format-patch failed