1 1.1 jmcneill /* $NetBSD: tegra186-bpmp-thermal.h,v 1.1.1.1 2017/11/30 19:40:51 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* 4 1.1 jmcneill * This header provides constants for binding nvidia,tegra186-bpmp-thermal. 5 1.1 jmcneill */ 6 1.1 jmcneill 7 1.1 jmcneill #ifndef _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H 8 1.1 jmcneill #define _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H 9 1.1 jmcneill 10 1.1 jmcneill #define TEGRA186_BPMP_THERMAL_ZONE_CPU 2 11 1.1 jmcneill #define TEGRA186_BPMP_THERMAL_ZONE_GPU 3 12 1.1 jmcneill #define TEGRA186_BPMP_THERMAL_ZONE_AUX 4 13 1.1 jmcneill #define TEGRA186_BPMP_THERMAL_ZONE_PLLX 5 14 1.1 jmcneill #define TEGRA186_BPMP_THERMAL_ZONE_AO 6 15 1.1 jmcneill 16 1.1 jmcneill #endif 17