summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/imx_thermal.c')
-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 5a1caf2871..edc784988d 100644
--- a/drivers/thermal/imx_thermal.c
+++ b/drivers/thermal/imx_thermal.c
@@ -22,7 +22,7 @@
#if defined(CONFIG_MX6)
#define TEMPERATURE_MIN -40
-#define TEMPERATURE_HOT 80
+#define TEMPERATURE_HOT 90
#define TEMPERATURE_MAX 125
#define FACTOR0 10000000
#define FACTOR1 15423
@@ -125,7 +125,7 @@ static int read_cpu_temperature(struct udevice *dev)
}
#elif defined(CONFIG_MX7)
#define TEMPERATURE_MIN -40
-#define TEMPERATURE_HOT 85
+#define TEMPERATURE_HOT 90
#define TEMPERATURE_MAX 125
#define MEASURE_FREQ 327
#define TEMPSENSE1_FINISHED (1 << 11)