1*3e09b155SMikko Perttunen /* 2*3e09b155SMikko Perttunen * This header provides constants for binding nvidia,tegra186-bpmp-thermal. 3*3e09b155SMikko Perttunen */ 4*3e09b155SMikko Perttunen 5*3e09b155SMikko Perttunen #ifndef _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H 6*3e09b155SMikko Perttunen #define _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H 7*3e09b155SMikko Perttunen 8*3e09b155SMikko Perttunen #define TEGRA186_BPMP_THERMAL_ZONE_CPU 2 9*3e09b155SMikko Perttunen #define TEGRA186_BPMP_THERMAL_ZONE_GPU 3 10*3e09b155SMikko Perttunen #define TEGRA186_BPMP_THERMAL_ZONE_AUX 4 11*3e09b155SMikko Perttunen #define TEGRA186_BPMP_THERMAL_ZONE_PLLX 5 12*3e09b155SMikko Perttunen #define TEGRA186_BPMP_THERMAL_ZONE_AO 6 13*3e09b155SMikko Perttunen 14*3e09b155SMikko Perttunen #endif 15