ARM: tegra: nexus7: Improve thermal zones
[linux-2.6-microblaze.git] / arch / arm / boot / dts / tegra30-asus-nexus7-grouper-common.dtsi
index dc773b1..3376d06 100644 (file)
        };
 
        thermal-zones {
-               skin-thermal {
-                       polling-delay-passive = <1000>; /* milliseconds */
-                       polling-delay = <0>; /* milliseconds */
-
-                       thermal-sensors = <&nct72 0>;
-               };
-
                cpu-thermal {
                        polling-delay-passive = <1000>; /* milliseconds */
                        polling-delay = <5000>; /* milliseconds */
                                };
 
                                trip1: cpu-crit {
-                                       /* shut down at 60C */
-                                       temperature = <60000>;
+                                       /* shut down at 65C */
+                                       temperature = <65000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                };