mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
[UPSTREAM v6.5]: arm64: tegra: Add Tegra234 thermal support
Add device tree node for the BPMP thermal node on Tegra234 and add thermal zone definitions. Cherry picked from commit 09d990782a243b97eb566717a2155a306a2f42af Bug 3960800 Bug 4035713 Bug 4204722 Acked-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Change-Id: Ifef49687ef550cbdcdf26a511a69b1e46502b376 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2941394 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
cf3129d52e
commit
0038ca5d15
19
include/kernel/dt-bindings/thermal/tegra234-bpmp-thermal.h
Normal file
19
include/kernel/dt-bindings/thermal/tegra234-bpmp-thermal.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* This header provides constants for binding nvidia,tegra234-bpmp-thermal.
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
|
||||
#define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
|
||||
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_CPU 0
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_GPU 1
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_CV0 2
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_CV1 3
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_CV2 4
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_SOC0 5
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_SOC1 6
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_SOC2 7
|
||||
#define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX 8
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user