1 1.1 jmcneill /* $NetBSD: tegra194-bpmp-thermal.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* 4 1.1 jmcneill * This header provides constants for binding nvidia,tegra194-bpmp-thermal. 5 1.1 jmcneill */ 6 1.1 jmcneill 7 1.1 jmcneill #ifndef _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H 8 1.1 jmcneill #define _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H 9 1.1 jmcneill 10 1.1 jmcneill #define TEGRA194_BPMP_THERMAL_ZONE_CPU 2 11 1.1 jmcneill #define TEGRA194_BPMP_THERMAL_ZONE_GPU 3 12 1.1 jmcneill #define TEGRA194_BPMP_THERMAL_ZONE_AUX 4 13 1.1 jmcneill #define TEGRA194_BPMP_THERMAL_ZONE_PLLX 5 14 1.1 jmcneill #define TEGRA194_BPMP_THERMAL_ZONE_AO 6 15 1.1 jmcneill #define TEGRA194_BPMP_THERMAL_ZONE_TJ_MAX 7 16 1.1 jmcneill 17 1.1 jmcneill #endif 18