All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajeshwari <rkambl@codeaurora.org>
To: Andy Gross <agross@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, sanm@codeaurora.org,
	sivaa@codeaurora.org, Rajeshwari <rkambl@codeaurora.org>
Subject: [PATCH 1/1] arm64: dts: qcom: sc7180: Changed all sensor values Thermal-zones node
Date: Tue,  3 Mar 2020 14:46:36 +0530	[thread overview]
Message-ID: <1583226996-24747-2-git-send-email-rkambl@codeaurora.org> (raw)
In-Reply-To: <1583226996-24747-1-git-send-email-rkambl@codeaurora.org>

To enable kernel critical shutdown feature all sensors threshold values
should be 110C to perform shutdown in orderly manner and changed trip
point from hot to critical.

Signed-off-by: Rajeshwari <rkambl@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 52 ++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index d068584..55fd156 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -1952,9 +1952,9 @@
 
 			trips {
 				aoss0_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2007,9 +2007,9 @@
 
 			trips {
 				gpuss0_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2022,9 +2022,9 @@
 
 			trips {
 				gpuss1_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2037,9 +2037,9 @@
 
 			trips {
 				aoss1_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2052,9 +2052,9 @@
 
 			trips {
 				cwlan_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2067,9 +2067,9 @@
 
 			trips {
 				audio_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2082,9 +2082,9 @@
 
 			trips {
 				ddr_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2097,9 +2097,9 @@
 
 			trips {
 				q6_hvx_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2112,9 +2112,9 @@
 
 			trips {
 				camera_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2127,9 +2127,9 @@
 
 			trips {
 				mdm_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2142,9 +2142,9 @@
 
 			trips {
 				mdm_dsp_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2157,9 +2157,9 @@
 
 			trips {
 				npu_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
@@ -2172,9 +2172,9 @@
 
 			trips {
 				video_alert0: trip-point0 {
-					temperature = <90000>;
+					temperature = <110000>;
 					hysteresis = <2000>;
-					type = "hot";
+					type = "critical";
 				};
 			};
 		};
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member 
of Code Aurora Forum, hosted by The Linux Foundation


  reply	other threads:[~2020-03-03  9:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03  9:16 [PATCH 0/1] Changed all sensor values Thermal-zones node Rajeshwari
2020-03-03  9:16 ` Rajeshwari [this message]
2020-03-03 11:32   ` [PATCH 1/1] arm64: dts: qcom: sc7180: " Amit Kucheria

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1583226996-24747-2-git-send-email-rkambl@codeaurora.org \
    --to=rkambl@codeaurora.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sanm@codeaurora.org \
    --cc=sivaa@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.