Skip to content

Commit d2a1b9b

Browse files
gauravkohli1jiegan0107
authored andcommitted
FROMLIST: arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
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/linux-devicetree/20260302-higher_tj-v1-1-4c0d288f8e7f@oss.qualcomm.com/
1 parent 2a8359e commit d2a1b9b

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,3 +1602,69 @@
16021602
&usb_mp_hsphy1 {
16031603
phys = <&eusb6_repeater>;
16041604
};
1605+
1606+
&thermal_zones {
1607+
gpuss-0-thermal {
1608+
trips {
1609+
trip-point0 {
1610+
temperature = <105000>;
1611+
};
1612+
};
1613+
};
1614+
1615+
gpuss-1-thermal {
1616+
trips {
1617+
trip-point0 {
1618+
temperature = <105000>;
1619+
};
1620+
};
1621+
};
1622+
1623+
gpuss-2-thermal {
1624+
trips {
1625+
trip-point0 {
1626+
temperature = <105000>;
1627+
};
1628+
};
1629+
};
1630+
1631+
gpuss-3-thermal {
1632+
trips {
1633+
trip-point0 {
1634+
temperature = <105000>;
1635+
};
1636+
};
1637+
};
1638+
1639+
gpuss-4-thermal {
1640+
trips {
1641+
trip-point0 {
1642+
temperature = <105000>;
1643+
};
1644+
};
1645+
};
1646+
1647+
gpuss-5-thermal {
1648+
trips {
1649+
trip-point0 {
1650+
temperature = <105000>;
1651+
};
1652+
};
1653+
};
1654+
1655+
gpuss-6-thermal {
1656+
trips {
1657+
trip-point0 {
1658+
temperature = <105000>;
1659+
};
1660+
};
1661+
};
1662+
1663+
gpuss-7-thermal {
1664+
trips {
1665+
trip-point0 {
1666+
temperature = <105000>;
1667+
};
1668+
};
1669+
};
1670+
};

0 commit comments

Comments
 (0)