[PATCH] arm64: dts: qcom: monaco: Add passive polling-delay for gpuss thermal zones

From: Gaurav Kohli

Date: Fri Jul 03 2026 - 01:26:11 EST


Introduce a passive polling delay to ensure more than one "passive"
thermal point is considered when throttling the GPU thermal zones.

Signed-off-by: Gaurav Kohli <gaurav.kohli@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/monaco.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/monaco.dtsi b/arch/arm64/boot/dts/qcom/monaco.dtsi
index e4c8466f941b..a3943b6f299d 100644
--- a/arch/arm64/boot/dts/qcom/monaco.dtsi
+++ b/arch/arm64/boot/dts/qcom/monaco.dtsi
@@ -7895,6 +7895,7 @@ cpu-critical {

gpuss-0-thermal {
thermal-sensors = <&tsens0 5>;
+ polling-delay-passive = <10>;

trips {
gpuss0_alert0: trip-point0 {
@@ -8028,6 +8029,7 @@ cpu-critical {

gpuss-1-thermal {
thermal-sensors = <&tsens1 5>;
+ polling-delay-passive = <10>;

trips {
gpuss1_alert0: trip-point0 {

---
base-commit: 4f441960e691d37c880d2cc004de06bb5b6bd5e4
change-id: 20260703-gpu_polling_delay-9c0c642149cc

Best regards,
--
Gaurav Kohli <gaurav.kohli@xxxxxxxxxxxxxxxx>