diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-30 16:37:43 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-16 09:17:50 -0700 |
commit | f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f (patch) | |
tree | bc520a3c1217b4ad2441143232988565ee55427b /include/dt-bindings/thermal | |
parent | e05ab0dae8a0bae52c46db2032f9a598fc5f4031 (diff) | |
download | u-boot-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.tar.gz |
tegra: dts: Sync up the tegra124 device tree files with Linux
Sync up these files with Linux v4.4.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/dt-bindings/thermal')
-rw-r--r-- | include/dt-bindings/thermal/tegra124-soctherm.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dt-bindings/thermal/tegra124-soctherm.h b/include/dt-bindings/thermal/tegra124-soctherm.h new file mode 100644 index 0000000000..85aaf66690 --- /dev/null +++ b/include/dt-bindings/thermal/tegra124-soctherm.h @@ -0,0 +1,13 @@ +/* + * This header provides constants for binding nvidia,tegra124-soctherm. + */ + +#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H +#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H + +#define TEGRA124_SOCTHERM_SENSOR_CPU 0 +#define TEGRA124_SOCTHERM_SENSOR_MEM 1 +#define TEGRA124_SOCTHERM_SENSOR_GPU 2 +#define TEGRA124_SOCTHERM_SENSOR_PLLX 3 + +#endif |