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

ARM: tegra: acer-a500: Bump thermal trips by 10C

It's possible to hit the temperature of the thermal zone in a very warm
environment under a constant load, like watching a video using software
decoding. It's even easier to hit the limit with a slightly overclocked
CPU. Bump the temperature limit by 10C in order to improve user
experience. Acer A500 has a large board and 10" display panel which are
used for the heat dissipation, the SoC is placed far away from battery,
hence we can safely bump the temperature limit.
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 a99d77c4
...@@ -1059,15 +1059,15 @@ ...@@ -1059,15 +1059,15 @@
trips { trips {
trip0: cpu-alert0 { trip0: cpu-alert0 {
/* start throttling at 50C */ /* start throttling at 60C */
temperature = <50000>; temperature = <60000>;
hysteresis = <200>; hysteresis = <200>;
type = "passive"; type = "passive";
}; };
trip1: cpu-crit { trip1: cpu-crit {
/* shut down at 60C */ /* shut down at 70C */
temperature = <60000>; temperature = <70000>;
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.
先完成此消息的编辑!
想要评论请 注册