mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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/r/20260302-higher_tj-v1-1-4c0d288f8e7f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
ca4d6e4b83
commit
71ede5c790
|
|
@ -1532,3 +1532,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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user