Skip to content

Commit d0849ee

Browse files
gauravkohli1aastpand
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 06f8ab9 commit d0849ee

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
@@ -1444,3 +1444,69 @@
14441444
&usb_mp_hsphy1 {
14451445
phys = <&eusb6_repeater>;
14461446
};
1447+
1448+
&thermal_zones {
1449+
gpuss-0-thermal {
1450+
trips {
1451+
trip-point0 {
1452+
temperature = <105000>;
1453+
};
1454+
};
1455+
};
1456+
1457+
gpuss-1-thermal {
1458+
trips {
1459+
trip-point0 {
1460+
temperature = <105000>;
1461+
};
1462+
};
1463+
};
1464+
1465+
gpuss-2-thermal {
1466+
trips {
1467+
trip-point0 {
1468+
temperature = <105000>;
1469+
};
1470+
};
1471+
};
1472+
1473+
gpuss-3-thermal {
1474+
trips {
1475+
trip-point0 {
1476+
temperature = <105000>;
1477+
};
1478+
};
1479+
};
1480+
1481+
gpuss-4-thermal {
1482+
trips {
1483+
trip-point0 {
1484+
temperature = <105000>;
1485+
};
1486+
};
1487+
};
1488+
1489+
gpuss-5-thermal {
1490+
trips {
1491+
trip-point0 {
1492+
temperature = <105000>;
1493+
};
1494+
};
1495+
};
1496+
1497+
gpuss-6-thermal {
1498+
trips {
1499+
trip-point0 {
1500+
temperature = <105000>;
1501+
};
1502+
};
1503+
};
1504+
1505+
gpuss-7-thermal {
1506+
trips {
1507+
trip-point0 {
1508+
temperature = <105000>;
1509+
};
1510+
};
1511+
};
1512+
};

0 commit comments

Comments
 (0)