Skip to content

Commit

Permalink
arm64: dts: hi6220 cpufreq cooling trip set at 50C
Browse files Browse the repository at this point in the history
Fixes HiKey system shutdowns caused by SoC overheating (90C threshold
reached) while running lkp tests [1]

[1] git://git.kernel.org/pub/scm/linux/kernel/git/wfg/lkp-tests.git
  • Loading branch information
Leo Yan authored and ldts committed Jun 12, 2015
1 parent 4f24dce commit 9592220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/hi6220.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@

trips {
local_alert: local_alert {
temperature = <60000>; /* millicelsius */
temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
Expand All @@ -1152,7 +1152,7 @@

trips {
cluster1_alert: cluster1_alert {
temperature = <60000>; /* millicelsius */
temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
Expand All @@ -1177,7 +1177,7 @@

trips {
cluster0_alert: cluster0_alert {
temperature = <60000>; /* millicelsius */
temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
Expand Down Expand Up @@ -1206,7 +1206,7 @@

trips {
gpu_alert: gpu_alert {
temperature = <60000>; /* millicelsius */
temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
Expand Down

0 comments on commit 9592220

Please sign in to comment.