powerpc/powermac: Thermal control turns system off too eagerly
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / macintosh / therm_windtunnel.c
index 40023313a760ac9005b74e04c17b3f7def7daa6e..8b9364434aa0bbd21995c9b299c021075fabfb30 100644 (file)
@@ -239,8 +239,8 @@ setup_hardware( void )
         * to be on the safe side (OSX doesn't)...
         */
        if( x.overheat_temp == (80 << 8) ) {
-               x.overheat_temp = 65 << 8;
-               x.overheat_hyst = 60 << 8;
+               x.overheat_temp = 75 << 8;
+               x.overheat_hyst = 70 << 8;
                write_reg( x.thermostat, 2, x.overheat_hyst, 2 );
                write_reg( x.thermostat, 3, x.overheat_temp, 2 );