mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Previously soctherm sensors were included in platform-level (cvm+cvb)
files. This change moves them to module-level files, since the settings
are module-specific.
Bug 4893772
Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com>
Change-Id: I3b52dbc6f3183ef18087921cc2782f46d3229fa0
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3226551
(cherry picked from commit b75727c664)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3227430
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
72 lines
1.6 KiB
Devicetree
72 lines
1.6 KiB
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
#define TEGRA234_THERMAL_POLLING_DELAY 1000
|
|
|
|
/ {
|
|
thermal-zones {
|
|
cpu-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
gpu-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
cv0-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
cv1-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
cv2-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
soc0-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
soc1-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
soc2-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
tj-thermal {
|
|
status = "okay";
|
|
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
};
|
|
};
|