From 280ecfeeb486ac45821ff609248cedcb61fcd506 Mon Sep 17 00:00:00 2001 From: Georgi Djakov Date: Tue, 24 Nov 2015 15:24:38 +0200 Subject: [PATCH] arm64: dts: Align msm8916 cpu thermal trip point ranges 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 --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 097ce850b991..a15512fe0ae9 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -175,7 +175,7 @@ type = "passive"; }; cpu_crit0: trip@1 { - temperature = <95000>; + temperature = <100000>; hysteresis = <2000>; type = "critical"; }; @@ -197,12 +197,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"; }; -- 2.39.5