summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2015-06-12 17:28:10 -0400
committerJorge Ramirez-Ortiz <jro@xenomai.org>2015-06-12 17:36:15 -0400
commit95922200477d2d3c4683510e2e82f5a2232ebe97 (patch)
tree70e4997d164459ca51471c9bf3fe94b4a9966694 /arch
parent4f24dce25c64afe3a8b60822407307032fb101c0 (diff)
arm64: dts: hi6220 cpufreq cooling trip set at 50C
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
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/hi6220.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/hi6220.dtsi b/arch/arm64/boot/dts/hi6220.dtsi
index 5d4e17b7993f..06795c8b6384 100644
--- a/arch/arm64/boot/dts/hi6220.dtsi
+++ b/arch/arm64/boot/dts/hi6220.dtsi
@@ -1127,7 +1127,7 @@
trips {
local_alert: local_alert {
- temperature = <60000>; /* millicelsius */
+ temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
@@ -1152,7 +1152,7 @@
trips {
cluster1_alert: cluster1_alert {
- temperature = <60000>; /* millicelsius */
+ temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
@@ -1177,7 +1177,7 @@
trips {
cluster0_alert: cluster0_alert {
- temperature = <60000>; /* millicelsius */
+ temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};
@@ -1206,7 +1206,7 @@
trips {
gpu_alert: gpu_alert {
- temperature = <60000>; /* millicelsius */
+ temperature = <50000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "passive";
};