Simon Glass | f4abbee | 2016-01-30 16:37:43 -0700 | [diff] [blame] | 1 | /* |
| 2 | * This header provides constants for binding nvidia,tegra124-soctherm. |
| 3 | */ |
| 4 | |
| 5 | #ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H |
| 6 | #define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H |
| 7 | |
| 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 |
Stephen Warren | 3b8c1b3 | 2016-09-13 10:45:53 -0600 | [diff] [blame] | 12 | #define TEGRA124_SOCTHERM_SENSOR_NUM 4 |
Simon Glass | f4abbee | 2016-01-30 16:37:43 -0700 | [diff] [blame] | 13 | |
| 14 | #endif |