]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: Align msm8916 cpu thermal trip point ranges
authorGeorgi Djakov <georgi.djakov@linaro.org>
Tue, 24 Nov 2015 13:24:38 +0000 (15:24 +0200)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:28 +0000 (09:54 +0000)
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>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 097ce850b9914628060238107016d2b6aa0c5f26..a15512fe0ae95262a663672f9f9199b83066ba72 100644 (file)
                                        type = "passive";
                                };
                                cpu_crit0: trip@1 {
-                                       temperature = <95000>;
+                                       temperature = <100000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                };
 
                        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";
                                };