[PATCH] arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration

Gaurav Kohli posted 1 patch 1 month, 1 week ago
arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 66 ++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
[PATCH] arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
Posted by Gaurav Kohli 1 month, 1 week ago
Hamoa IOT boards support a different thermal junction temperature
specification compared to the base Hamoa platform due to package
level differences.

Update the passive trip thresholds to 105°C to align with the higher
temperature specification.

Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 66 ++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts b/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
index fccf1d1bdc60..f04f7f0470e6 100644
--- a/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
+++ b/arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
@@ -1529,3 +1529,69 @@ &usb_mp_hsphy0 {
 &usb_mp_hsphy1 {
 	phys = <&eusb6_repeater>;
 };
+
+&thermal_zones {
+	gpuss-0-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-1-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-2-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-3-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-4-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-5-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-6-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+
+	gpuss-7-thermal {
+		trips {
+			trip-point0 {
+				temperature = <105000>;
+			};
+		};
+	};
+};

---
base-commit: 7d6661873f6b54c75195780a40d66bad3d482d8f
change-id: 20260227-higher_tj-0ea6e0127ba0

Best regards,
-- 
Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>

Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
Posted by Bjorn Andersson 3 weeks ago
On Mon, 02 Mar 2026 17:00:28 +0530, Gaurav Kohli wrote:
> Hamoa IOT boards support a different thermal junction temperature
> specification compared to the base Hamoa platform due to package
> level differences.
> 
> Update the passive trip thresholds to 105°C to align with the higher
> temperature specification.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
      commit: f4725a127257948dd971ec7f57325be443c9f9e1

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
Posted by Dmitry Baryshkov 1 month, 1 week ago
On Mon, Mar 02, 2026 at 05:00:28PM +0530, Gaurav Kohli wrote:
> Hamoa IOT boards support a different thermal junction temperature
> specification compared to the base Hamoa platform due to package
> level differences.
> 
> Update the passive trip thresholds to 105°C to align with the higher
> temperature specification.
> 
> Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 66 ++++++++++++++++++++++++++++++
>  1 file changed, 66 insertions(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry