tegra186-bpmp-thermal.h 404 B

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