devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
To: Andy Gross <agross@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Amit Kucheria <amit.kucheria@verdurent.com>,
	Matthias Kaehlcke <mka@chromium.org>,
	Doug Anderson <dianders@chromium.org>
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org,
	Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
Subject: [PATCH] arm64: dts: qcom: sc7180: Enable passive polling for cpu thermal zones
Date: Tue, 15 Dec 2020 15:09:10 +0530	[thread overview]
Message-ID: <1608025150-10779-1-git-send-email-manafm@codeaurora.org> (raw)

Enable passive polling delay for cpu thermal zone for sc7180. It
enables periodic thermal zone re-evaluation on post first trip
temperature violation.

Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 98050b3..79d0747 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -4355,7 +4355,7 @@
 
 	thermal-zones {
 		cpu0-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 1>;
@@ -4403,7 +4403,7 @@
 		};
 
 		cpu1-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 2>;
@@ -4451,7 +4451,7 @@
 		};
 
 		cpu2-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 3>;
@@ -4499,7 +4499,7 @@
 		};
 
 		cpu3-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 4>;
@@ -4547,7 +4547,7 @@
 		};
 
 		cpu4-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 5>;
@@ -4595,7 +4595,7 @@
 		};
 
 		cpu5-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 6>;
@@ -4643,7 +4643,7 @@
 		};
 
 		cpu6-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 9>;
@@ -4683,7 +4683,7 @@
 		};
 
 		cpu7-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 10>;
@@ -4723,7 +4723,7 @@
 		};
 
 		cpu8-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 11>;
@@ -4763,7 +4763,7 @@
 		};
 
 		cpu9-thermal {
-			polling-delay-passive = <0>;
+			polling-delay-passive = <50>;
 			polling-delay = <0>;
 
 			thermal-sensors = <&tsens0 12>;
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


             reply	other threads:[~2020-12-15  9:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15  9:39 Manaf Meethalavalappu Pallikunhi [this message]
2020-12-15 15:42 ` [PATCH] arm64: dts: qcom: sc7180: Enable passive polling for cpu thermal zones Doug Anderson

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=1608025150-10779-1-git-send-email-manafm@codeaurora.org \
    --to=manafm@codeaurora.org \
    --cc=agross@kernel.org \
    --cc=amit.kucheria@verdurent.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mka@chromium.org \
    --cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).