]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
authorGaurav Kohli <gaurav.kohli@oss.qualcomm.com>
Mon, 2 Mar 2026 11:30:28 +0000 (17:00 +0530)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Mar 2026 14:40:36 +0000 (09:40 -0500)
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>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260302-higher_tj-v1-1-4c0d288f8e7f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts

index 15e62fec50f173a2a1c33055d5736f91d016b9f1..691949544e10694377b5d28b4fcb5918e8a8efc7 100644 (file)
 &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>;
+                       };
+               };
+       };
+};