Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / dt-bindings / thermal / tegra124-soctherm.h
blob729ab9fc325e2a5d728d929fdc8b3332d4867eef
1 /*
2 * This header provides constants for binding nvidia,tegra124-soctherm.
3 */
5 #ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
6 #define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
8 #define TEGRA124_SOCTHERM_SENSOR_CPU 0
9 #define TEGRA124_SOCTHERM_SENSOR_MEM 1
10 #define TEGRA124_SOCTHERM_SENSOR_GPU 2
11 #define TEGRA124_SOCTHERM_SENSOR_PLLX 3
12 #define TEGRA124_SOCTHERM_SENSOR_NUM 4
14 #endif