diff --git a/nv-platform/tegra234-p3701-0000.dtsi b/nv-platform/tegra234-p3701-0000.dtsi index 9deb377..309684c 100644 --- a/nv-platform/tegra234-p3701-0000.dtsi +++ b/nv-platform/tegra234-p3701-0000.dtsi @@ -3,8 +3,6 @@ #include "tegra234-p3701-0000-prod-overlay.dtsi" -#define TEGRA234_TMP451_SHUTDOWN_TEMP 106500 - / { bus@0 { spi@3270000 { @@ -59,31 +57,31 @@ thermal-zones { tboard-thermal { - polling-delay = <1000>; - polling-delay-passive = <1000>; + polling-delay = <0>; + polling-delay-passive = <0>; thermal-sensors = <&tegra_tmp451 0>; status = "okay"; trips { - tboard-shutdown { - temperature = ; + tboard-hot { + temperature = <106000>; hysteresis = <0>; - type = "critical"; + type = "hot"; }; }; }; tdiode-thermal { - polling-delay = <1000>; - polling-delay-passive = <1000>; + polling-delay = <0>; + polling-delay-passive = <0>; thermal-sensors = <&tegra_tmp451 1>; status = "okay"; trips { - tdiode-shutdown { - temperature = ; + tdiode-hot { + temperature = <106000>; hysteresis = <0>; - type = "critical"; + type = "hot"; }; }; }; diff --git a/nv-platform/tegra234-p3701-0008.dtsi b/nv-platform/tegra234-p3701-0008.dtsi index c36e0aa..cf2df15 100644 --- a/nv-platform/tegra234-p3701-0008.dtsi +++ b/nv-platform/tegra234-p3701-0008.dtsi @@ -5,7 +5,6 @@ #define TEGRA234_INDUSTRIAL_THERMAL_SLOWDOWN_TEMP 112000 #define TEGRA234_INDUSTRIAL_THERMAL_SHUTDOWN_TEMP 117500 -#define TEGRA234_INDUSTRIAL_TMP451_SHUTDOWN_TEMP 119500 / { opp-table-cluster0 { @@ -151,16 +150,16 @@ tboard-thermal { trips { - tboard-shutdown { - temperature = ; + tboard-hot { + temperature = <119000>; }; }; }; tdiode-thermal { trips { - tdiode-shutdown { - temperature = ; + tdiode-hot { + temperature = <119000>; }; }; };