summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-05-21 09:09:58 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:38 +0100
commitcdcdeb00253a12069dfe412ab313554605d303e9 (patch)
tree1ec8c7dfca2e2f3feff651e5df861bfaea94a0c3 /drivers
parent35d21b15dd582eae441e0f831a57cf0a4e76e7dd (diff)
MLK-11035 imx: mx6 update thermal slope factors
From temp sensor guys: " I confirmed the math with him(had do the accuracy study) today. The new, final equation is: Tmeas = (Nmeas - n1) / slope + t1 + offset n1= fused room count t1= 25 offset=3.580661 slope= 0.4148468 – 0.0015423*n1 " 87723f903454aaf17336e0fe9098ea7911c19f3c update the thermal with not accurate slope parameters. This patch fix it. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/imx_thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c
index 3fb23c2369..5d7a1a8d35 100644
--- a/drivers/thermal/imx_thermal.c
+++ b/drivers/thermal/imx_thermal.c
@@ -23,8 +23,8 @@
#define TEMPERATURE_HOT 80
#define TEMPERATURE_MAX 125
#define FACTOR0 10000000
-#define FACTOR1 16549
-#define FACTOR2 4445388
+#define FACTOR1 15423
+#define FACTOR2 4148468
#define OFFSET 3580661
#define MEASURE_FREQ 327