* [PATCH] arm64: dts: qcom: purwa-iot-evk: Update TSENS thermal zone
@ 2026-04-16 11:34 Gaurav Kohli
2026-04-18 17:56 ` Dmitry Baryshkov
0 siblings, 1 reply; 3+ messages in thread
From: Gaurav Kohli @ 2026-04-16 11:34 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, manaf.pallikunhi,
Gaurav Kohli
Purwa IOT boards support a different thermal junction temperature
specification compared to the base Purwa 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/purwa-iot-evk.dts | 32 ++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
index ad503beec1d3..261d1e85651d 100644
--- a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
+++ b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
@@ -1325,6 +1325,38 @@ right_tweeter: speaker@0,1 {
};
};
+&thermal_gpuss_0 {
+ trips {
+ trip-point0 {
+ temperature = <105000>;
+ };
+ };
+};
+
+&thermal_gpuss_1 {
+ trips {
+ trip-point0 {
+ temperature = <105000>;
+ };
+ };
+};
+
+&thermal_gpuss_2 {
+ trips {
+ trip-point0 {
+ temperature = <105000>;
+ };
+ };
+};
+
+&thermal_gpuss_3 {
+ trips {
+ trip-point0 {
+ temperature = <105000>;
+ };
+ };
+};
+
&tlmm {
edp_reg_en: edp-reg-en-state {
pins = "gpio70";
---
base-commit: 936c21068d7ade00325e40d82bfd2f3f29d9f659
change-id: 20260416-purwa_high_tj-5f87b7ed57c9
Best regards,
--
Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: qcom: purwa-iot-evk: Update TSENS thermal zone
2026-04-16 11:34 [PATCH] arm64: dts: qcom: purwa-iot-evk: Update TSENS thermal zone Gaurav Kohli
@ 2026-04-18 17:56 ` Dmitry Baryshkov
2026-04-19 6:46 ` Gaurav Kohli
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Baryshkov @ 2026-04-18 17:56 UTC (permalink / raw)
To: Gaurav Kohli
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
manaf.pallikunhi
On Thu, Apr 16, 2026 at 05:04:48PM +0530, Gaurav Kohli wrote:
> Purwa IOT boards support a different thermal junction temperature
> specification compared to the base Purwa 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/purwa-iot-evk.dts | 32 ++++++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
> index ad503beec1d3..261d1e85651d 100644
> --- a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
> +++ b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
Is it a property of the SKU used in the EVK or a property of the overall
form factor, cooling, etc.? In the former case it should go to
purwa-iot-som.dtsi.
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: qcom: purwa-iot-evk: Update TSENS thermal zone
2026-04-18 17:56 ` Dmitry Baryshkov
@ 2026-04-19 6:46 ` Gaurav Kohli
0 siblings, 0 replies; 3+ messages in thread
From: Gaurav Kohli @ 2026-04-19 6:46 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
manaf.pallikunhi
On 4/18/2026 11:26 PM, Dmitry Baryshkov wrote:
> On Thu, Apr 16, 2026 at 05:04:48PM +0530, Gaurav Kohli wrote:
>> Purwa IOT boards support a different thermal junction temperature
>> specification compared to the base Purwa 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/purwa-iot-evk.dts | 32 ++++++++++++++++++++++++++++++
>> 1 file changed, 32 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
>> index ad503beec1d3..261d1e85651d 100644
>> --- a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
>> +++ b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
>
> Is it a property of the SKU used in the EVK or a property of the overall
> form factor, cooling, etc.? In the former case it should go to
> purwa-iot-som.dtsi.
>
thanks Dmitry for review.
it is applicable for overall form factor, 2nd one is applicable here.
thanks
Gaurav
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-19 6:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 11:34 [PATCH] arm64: dts: qcom: purwa-iot-evk: Update TSENS thermal zone Gaurav Kohli
2026-04-18 17:56 ` Dmitry Baryshkov
2026-04-19 6:46 ` Gaurav Kohli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox