arm64: dts: exynos5433: change the trip points to passive
authorLukasz Luba <l.luba@partner.samsung.com>
Thu, 8 Nov 2018 19:23:29 +0000 (20:23 +0100)
committerLukasz Luba <l.luba@partner.samsung.com>
Fri, 17 May 2019 07:15:49 +0000 (09:15 +0200)
Change to passive with polling mode.

Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi

index c58edfbce239fa5d189b600a6e49e7154a0a0415..11322bf8aa5f0e22ae9673ca8dbb06898cf31417 100644 (file)
 thermal-zones {
        atlas0_thermal: atlas0-thermal {
                thermal-sensors = <&tmu_atlas0>;
-               polling-delay-passive = <0>;
-               polling-delay = <0>;
+               polling-delay-passive = <100>;
+               polling-delay = <1000>;
                trips {
                        atlas0_alert_0: atlas0-alert-0 {
                                temperature = <65000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas0_alert_1: atlas0-alert-1 {
                                temperature = <70000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                                ctrl-alg = <1>;
                        };
                        atlas0_alert_2: atlas0-alert-2 {
                                temperature = <75000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas0_alert_3: atlas0-alert-3 {
                                temperature = <80000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas0_alert_4: atlas0-alert-4 {
                                temperature = <85000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas0_alert_5: atlas0-alert-5 {
                                temperature = <90000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                                ctrl-alg = <2>;
                        };
                        atlas0_alert_6: atlas0-alert-6 {
                                temperature = <95000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                };
 
@@ -100,37 +100,37 @@ thermal-zones {
                        atlas1_alert_0: atlas1-alert-0 {
                                temperature = <65000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas1_alert_1: atlas1-alert-1 {
                                temperature = <70000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas1_alert_2: atlas1-alert-2 {
                                temperature = <75000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas1_alert_3: atlas1-alert-3 {
                                temperature = <80000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas1_alert_4: atlas1-alert-4 {
                                temperature = <85000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas1_alert_5: atlas1-alert-5 {
                                temperature = <90000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        atlas1_alert_6: atlas1-alert-6 {
                                temperature = <95000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                };
        };
@@ -143,82 +143,82 @@ thermal-zones {
                        g3d_alert_0: g3d-alert-0 {
                                temperature = <70000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        g3d_alert_1: g3d-alert-1 {
                                temperature = <75000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        g3d_alert_2: g3d-alert-2 {
                                temperature = <80000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        g3d_alert_3: g3d-alert-3 {
                                temperature = <85000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        g3d_alert_4: g3d-alert-4 {
                                temperature = <90000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        g3d_alert_5: g3d-alert-5 {
                                temperature = <95000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        g3d_alert_6: g3d-alert-6 {
                                temperature = <100000>; /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                };
        };
 
        apollo_thermal: apollo-thermal {
                thermal-sensors = <&tmu_apollo>;
-               polling-delay-passive = <0>;
-               polling-delay = <0>;
+               polling-delay-passive = <100>;
+               polling-delay = <1000>;
                trips {
                        apollo_alert_0: apollo-alert-0 {
                                temperature = <65000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        apollo_alert_1: apollo-alert-1 {
                                temperature = <70000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        apollo_alert_2: apollo-alert-2 {
                                temperature = <75000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                                ctrl-alg = <1>;
                        };
                        apollo_alert_3: apollo-alert-3 {
                                temperature = <80000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        apollo_alert_4: apollo-alert-4 {
                                temperature = <85000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        apollo_alert_5: apollo-alert-5 {
                                temperature = <90000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                                ctrl-alg = <2>;
                        };
                        apollo_alert_6: apollo-alert-6 {
                                temperature = <95000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                };
 
@@ -259,37 +259,37 @@ thermal-zones {
                        isp_alert_0: isp-alert-0 {
                                temperature = <80000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        isp_alert_1: isp-alert-1 {
                                temperature = <85000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        isp_alert_2: isp-alert-2 {
                                temperature = <90000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        isp_alert_3: isp-alert-3 {
                                temperature = <95000>;  /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        isp_alert_4: isp-alert-4 {
                                temperature = <100000>; /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        isp_alert_5: isp-alert-5 {
                                temperature = <105000>; /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                        isp_alert_6: isp-alert-6 {
                                temperature = <110000>; /* millicelsius */
                                hysteresis = <1000>;    /* millicelsius */
-                               type = "active";
+                               type = "passive";
                        };
                };
        };