]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am62p-verdin: Adjust temperature trip points
authorJoão Paulo Gonçalves <joao.goncalves@toradex.com>
Mon, 23 Jun 2025 16:12:27 +0000 (13:12 -0300)
committerVignesh Raghavendra <vigneshr@ti.com>
Wed, 9 Jul 2025 10:38:25 +0000 (16:08 +0530)
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 <joao.goncalves@toradex.com>
Link: https://lore.kernel.org/r/20250623-b4-verdin-am62p-cooling-device-v1-2-cc185ba5843d@toradex.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62p-verdin.dtsi

index 24b233de2bf4ec245bd6ff24ec6d3277866fcab1..a2fdc6741da2cd8846ab8d7dd4bd44a15dc372e8 100644 (file)
        };
 };
 
+&main0_alert {
+       temperature = <95000>;
+};
+
+&main0_crit {
+       temperature = <105000>;
+};
+
+&main1_alert {
+       temperature = <95000>;
+};
+
+&main1_crit {
+       temperature = <105000>;
+};
+
+&main2_alert {
+       temperature = <95000>;
+};
+
+&main2_crit {
+       temperature = <105000>;
+};
+
 &main_gpio0 {
        gpio-line-names =
                "SODIMM_52",