1279377Simp/*
2279377Simp * This header provides constants for binding nvidia,tegra124-soctherm.
3279377Simp */
4279377Simp
5279377Simp#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
6279377Simp#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
7279377Simp
8279377Simp#define TEGRA124_SOCTHERM_SENSOR_CPU 0
9279377Simp#define TEGRA124_SOCTHERM_SENSOR_MEM 1
10279377Simp#define TEGRA124_SOCTHERM_SENSOR_GPU 2
11279377Simp#define TEGRA124_SOCTHERM_SENSOR_PLLX 3
12279377Simp
13279377Simp#endif
14