brintos

brintos / linux-shallow public Read only

0
0
Text · 621 B · 9347879 Raw
20 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides constants for binding nvidia,tegra234-bpmp-thermal.4 */5 6#ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H7#define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H8 9#define TEGRA234_BPMP_THERMAL_ZONE_CPU		010#define TEGRA234_BPMP_THERMAL_ZONE_GPU		111#define TEGRA234_BPMP_THERMAL_ZONE_CV0		212#define TEGRA234_BPMP_THERMAL_ZONE_CV1		313#define TEGRA234_BPMP_THERMAL_ZONE_CV2		414#define TEGRA234_BPMP_THERMAL_ZONE_SOC0		515#define TEGRA234_BPMP_THERMAL_ZONE_SOC1		616#define TEGRA234_BPMP_THERMAL_ZONE_SOC2		717#define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX	818 19#endif20