提交 71681375 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

ARM: tegra: nexus7: Improve thermal zones

Remove unused thermal zone just to clean up device-tree and set critical
temperature further apart from the passive cooling trip point since
during or thermal testing of Asus Transformer devices we found that CPU
could reach the critical temperature in a certain kernel configurations
for a brief moment if critical trip point is set close to the passive
trip point and then device will be immediately shut off without getting
a chance to cool down using passive cooling.
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 8b73d8c3
...@@ -1252,13 +1252,6 @@ ...@@ -1252,13 +1252,6 @@
}; };
thermal-zones { thermal-zones {
skin-thermal {
polling-delay-passive = <1000>; /* milliseconds */
polling-delay = <0>; /* milliseconds */
thermal-sensors = <&nct72 0>;
};
cpu-thermal { cpu-thermal {
polling-delay-passive = <1000>; /* milliseconds */ polling-delay-passive = <1000>; /* milliseconds */
polling-delay = <5000>; /* milliseconds */ polling-delay = <5000>; /* milliseconds */
...@@ -1274,8 +1267,8 @@ ...@@ -1274,8 +1267,8 @@
}; };
trip1: cpu-crit { trip1: cpu-crit {
/* shut down at 60C */ /* shut down at 65C */
temperature = <60000>; temperature = <65000>;
hysteresis = <2000>; hysteresis = <2000>;
type = "critical"; type = "critical";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册