xref: /OK3568_Linux_fs/kernel/include/dt-bindings/thermal/tegra186-bpmp-thermal.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * This header provides constants for binding nvidia,tegra186-bpmp-thermal.
3*4882a593Smuzhiyun  */
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun #ifndef _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H
6*4882a593Smuzhiyun #define _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #define TEGRA186_BPMP_THERMAL_ZONE_CPU 2
9*4882a593Smuzhiyun #define TEGRA186_BPMP_THERMAL_ZONE_GPU 3
10*4882a593Smuzhiyun #define TEGRA186_BPMP_THERMAL_ZONE_AUX 4
11*4882a593Smuzhiyun #define TEGRA186_BPMP_THERMAL_ZONE_PLLX 5
12*4882a593Smuzhiyun #define TEGRA186_BPMP_THERMAL_ZONE_AO 6
13*4882a593Smuzhiyun 
14*4882a593Smuzhiyun #endif
15