Merge "gfch100: set power off to 125C"
diff --git a/sysmgr/peripheral/fancontrol.cc b/sysmgr/peripheral/fancontrol.cc
index 950f9dc..175589e 100644
--- a/sysmgr/peripheral/fancontrol.cc
+++ b/sysmgr/peripheral/fancontrol.cc
@@ -243,7 +243,7 @@
                           duty_cycle_min: 0,
                           duty_cycle_max: 0,
                           pwm_step      : 0,
-                          temp_overheat : 97,
+                          temp_overheat : 125,
                         };
 
 FanControl::~FanControl() {