brintos

brintos / linux-shallow public Read only

0
0
Text · 448 B · aa7fb08 Raw
16 lines · c
1/*2 * This header provides constants for binding nvidia,tegra194-bpmp-thermal.3 */4 5#ifndef _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H6#define _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H7 8#define TEGRA194_BPMP_THERMAL_ZONE_CPU 29#define TEGRA194_BPMP_THERMAL_ZONE_GPU 310#define TEGRA194_BPMP_THERMAL_ZONE_AUX 411#define TEGRA194_BPMP_THERMAL_ZONE_PLLX 512#define TEGRA194_BPMP_THERMAL_ZONE_AO 613#define TEGRA194_BPMP_THERMAL_ZONE_TJ_MAX 714 15#endif16