diff --git a/nv-platform/tegra234-p3701-0000.dtsi b/nv-platform/tegra234-p3701-0000.dtsi index 8f4b4e3..9deb377 100644 --- a/nv-platform/tegra234-p3701-0000.dtsi +++ b/nv-platform/tegra234-p3701-0000.dtsi @@ -1,8 +1,10 @@ // SPDX-License-Identifier: GPL-2.0-only -// SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. #include "tegra234-p3701-0000-prod-overlay.dtsi" +#define TEGRA234_TMP451_SHUTDOWN_TEMP 106500 + / { bus@0 { spi@3270000 { @@ -61,6 +63,14 @@ polling-delay-passive = <1000>; thermal-sensors = <&tegra_tmp451 0>; status = "okay"; + + trips { + tboard-shutdown { + temperature = ; + hysteresis = <0>; + type = "critical"; + }; + }; }; tdiode-thermal { @@ -68,6 +78,14 @@ polling-delay-passive = <1000>; thermal-sensors = <&tegra_tmp451 1>; status = "okay"; + + trips { + tdiode-shutdown { + temperature = ; + hysteresis = <0>; + type = "critical"; + }; + }; }; }; diff --git a/nv-platform/tegra234-p3701-0008.dtsi b/nv-platform/tegra234-p3701-0008.dtsi index 7452cdb..c36e0aa 100644 --- a/nv-platform/tegra234-p3701-0008.dtsi +++ b/nv-platform/tegra234-p3701-0008.dtsi @@ -1,10 +1,11 @@ // SPDX-License-Identifier: GPL-2.0-only -// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. #include "tegra234-p3701-0000.dtsi" #define TEGRA234_INDUSTRIAL_THERMAL_SLOWDOWN_TEMP 112000 #define TEGRA234_INDUSTRIAL_THERMAL_SHUTDOWN_TEMP 117500 +#define TEGRA234_INDUSTRIAL_TMP451_SHUTDOWN_TEMP 119500 / { opp-table-cluster0 { @@ -147,5 +148,21 @@ }; }; }; + + tboard-thermal { + trips { + tboard-shutdown { + temperature = ; + }; + }; + }; + + tdiode-thermal { + trips { + tdiode-shutdown { + temperature = ; + }; + }; + }; }; };