summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Djakov <georgi.djakov@linaro.org>2015-11-24 15:24:38 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-24 15:53:20 +0100
commit9e2ecf2a08daf8fd24e0b12922d5d814b1453318 (patch)
treed53e07aca191e2fb90b64089eabaed8f1ac73014
parent884a20cf098c1c8f11c089251086559ceb15e0dd (diff)
downloadlinux-baserock/jjardon/debian-qcom-snapdragon-15.11.tar.gz
arm64: dts: Align msm8916 cpu thermal trip point rangesbaserock/jjardon/debian-qcom-snapdragon-15.11
Use the same temperature ranges for both CPU thermal sensors (tsen3 and tsen4). Start cpufreq cooling at 75 degrees and initiate linux shutdown at 100 degrees. Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 84ef9f51a64b..6137afe10a2e 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -167,7 +167,7 @@
type = "passive";
};
cpu_crit0: trip@1 {
- temperature = <95000>;
+ temperature = <100000>;
hysteresis = <2000>;
type = "critical";
};
@@ -189,12 +189,12 @@
trips {
cpu_alert1: trip@0 {
- temperature = <100000>;
+ temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit1: trip@1 {
- temperature = <125000>;
+ temperature = <100000>;
hysteresis = <2000>;
type = "critical";
};