diff options
-rw-r--r-- | drivers/thermal/imx_thermal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index 3fb23c2..5d7a1a8 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 |