mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
These preprocessor conditionals were a temporary step to facilitate step by step reviews. Remove them and fix indentation. Bug 4290389 Change-Id: Iecdbdf1869bec00538530d59420622d8563a116a Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3000004 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Gautham Srinivasan <gauthams@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
99 lines
1.8 KiB
Devicetree
99 lines
1.8 KiB
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
#define TEGRA234_THERMAL_SHUTDOWN_TEMP 104500
|
|
|
|
/ {
|
|
thermal-zones {
|
|
cpu-thermal {
|
|
trips {
|
|
cpu_sw_shutdown: cpu-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
gpu-thermal {
|
|
trips {
|
|
gpu_sw_shutdown: gpu-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
cv0-thermal {
|
|
trips {
|
|
cv0_sw_shutdown: cv0-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
cv1-thermal {
|
|
trips {
|
|
cv1_sw_shutdown: cv1-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
cv2-thermal {
|
|
trips {
|
|
cv2_sw_shutdown: cv2-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
soc0-thermal {
|
|
trips {
|
|
soc0_sw_shutdown: soc0-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
soc1-thermal {
|
|
trips {
|
|
soc1_sw_shutdown: soc1-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
soc2-thermal {
|
|
trips {
|
|
soc2_sw_shutdown: soc2-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
|
|
tj-thermal {
|
|
trips {
|
|
tj_sw_shutdown: tj-sw-shutdown {
|
|
temperature = <TEGRA234_THERMAL_SHUTDOWN_TEMP>;
|
|
hysteresis = <0>;
|
|
type = "critical";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|