mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
As a final step in changing overlay fragments to includes for nv dtb files, fix the indentation. Bug 4290389 Change-Id: Ib7be8c925a33b5d30b93a8a8491ea8fe6419f2a4 Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3005704 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
54 lines
1.4 KiB
Devicetree
54 lines
1.4 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 {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
gpu-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
cv0-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
cv1-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
cv2-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
soc0-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
soc1-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
soc2-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
|
|
tj-thermal {
|
|
polling-delay = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
polling-delay-passive = <TEGRA234_THERMAL_POLLING_DELAY>;
|
|
};
|
|
};
|
|
};
|