summaryrefslogtreecommitdiff
path: root/include/dt-bindings/thermal/tegra124-soctherm.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-30 16:37:43 -0700
committerTom Warren <twarren@nvidia.com>2016-02-16 09:17:50 -0700
commitf4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f (patch)
treebc520a3c1217b4ad2441143232988565ee55427b /include/dt-bindings/thermal/tegra124-soctherm.h
parente05ab0dae8a0bae52c46db2032f9a598fc5f4031 (diff)
downloadu-boot-imx-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.zip
u-boot-imx-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.tar.gz
u-boot-imx-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.tar.bz2
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/tegra124-soctherm.h')
-rw-r--r--include/dt-bindings/thermal/tegra124-soctherm.h13
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 0000000..85aaf66
--- /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