Skip to content

Commit 3b08f8a

Browse files
JPSGoncalvesr-vignesh
authored andcommitted
arm64: dts: ti: k3-am62p-verdin: Adjust temperature trip points
While the TI AM62P supports a junction temperature (Tj) of up to 125°C for industrial and automotive parts, Toradex Verdin-AM62P hardware lifetime guarantees consider a 105°C Tj. Change the passive trip points to 95°C and the critical trip points to 105°C to be compliant with the hardware specifications. Signed-off-by: João Paulo Gonçalves <[email protected]> Link: https://lore.kernel.org/r/20250623-b4-verdin-am62p-cooling-device-v1-2-cc185ba5843d@toradex.com Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent f02dccb commit 3b08f8a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

arch/arm64/boot/dts/ti/k3-am62p-verdin.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,30 @@
848848
};
849849
};
850850

851+
&main0_alert {
852+
temperature = <95000>;
853+
};
854+
855+
&main0_crit {
856+
temperature = <105000>;
857+
};
858+
859+
&main1_alert {
860+
temperature = <95000>;
861+
};
862+
863+
&main1_crit {
864+
temperature = <105000>;
865+
};
866+
867+
&main2_alert {
868+
temperature = <95000>;
869+
};
870+
871+
&main2_crit {
872+
temperature = <105000>;
873+
};
874+
851875
&main_gpio0 {
852876
gpio-line-names =
853877
"SODIMM_52",

0 commit comments

Comments
 (0)