]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Aug 2017 10:51:15 +0000 (12:51 +0200)
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";
                                };