15 lines · c
1/*2 * This header provides constants for binding nvidia,tegra186-bpmp-thermal.3 */4 5#ifndef _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H6#define _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H7 8#define TEGRA186_BPMP_THERMAL_ZONE_CPU 29#define TEGRA186_BPMP_THERMAL_ZONE_GPU 310#define TEGRA186_BPMP_THERMAL_ZONE_AUX 411#define TEGRA186_BPMP_THERMAL_ZONE_PLLX 512#define TEGRA186_BPMP_THERMAL_ZONE_AO 613 14#endif15