[PATCH] arm64: dts: qcom: talos: Add passive polling-delay to gpu-thermal zone

Haritha S K via B4 Relay posted 1 patch 1 month, 3 weeks ago
arch/arm64/boot/dts/qcom/talos.dtsi | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: qcom: talos: Add passive polling-delay to gpu-thermal zone
Posted by Haritha S K via B4 Relay 1 month, 3 weeks ago
From: Haritha S K <haritha.k@oss.qualcomm.com>

Add a passive polling-delay to the gpu-thermal thermal zone on Talos
to ensure periodic temperature monitoring while in passive mode.

Signed-off-by: Haritha S K <haritha.k@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/talos.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/talos.dtsi b/arch/arm64/boot/dts/qcom/talos.dtsi
index ff5afbfce2a4..8a3669b2d062 100644
--- a/arch/arm64/boot/dts/qcom/talos.dtsi
+++ b/arch/arm64/boot/dts/qcom/talos.dtsi
@@ -5267,6 +5267,7 @@ cpu-critical {
 
 		gpu-thermal {
 			thermal-sensors = <&tsens0 9>;
+			polling-delay-passive = <200>;
 
 			trips {
 				gpu_alert0: trip-point0 {

---
base-commit: bee6ea30c48788e18348309f891ed8afbf7702ac
change-id: 20260422-qcs615_gpu_cooling-39650b7ff41d

Best regards,
--  
Haritha S K <haritha.k@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: talos: Add passive polling-delay to gpu-thermal zone
Posted by Konrad Dybcio 1 month, 3 weeks ago
On 4/22/26 3:45 PM, Haritha S K via B4 Relay wrote:
> From: Haritha S K <haritha.k@oss.qualcomm.com>
> 
> Add a passive polling-delay to the gpu-thermal thermal zone on Talos
> to ensure periodic temperature monitoring while in passive mode.

I feel like the "why" part is missing, i.e. the commit message should
state why that's desired

Konrad
Re: [PATCH] arm64: dts: qcom: talos: Add passive polling-delay to gpu-thermal zone
Posted by Haritha S K 1 month, 1 week ago

On 23-04-2026 17:03, Konrad Dybcio wrote:
> On 4/22/26 3:45 PM, Haritha S K via B4 Relay wrote:
>> From: Haritha S K <haritha.k@oss.qualcomm.com>
>>
>> Add a passive polling-delay to the gpu-thermal thermal zone on Talos
>> to ensure periodic temperature monitoring while in passive mode.
> 
> I feel like the "why" part is missing, i.e. the commit message should
> state why that's desired
> 
> Konrad

thanks Konrad for review, will send v2 for this.