aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/thermal
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2014-09-26 12:43:10 +0300
committerEduardo Valentin <edubezval@gmail.com>2014-11-20 10:43:17 -0400
commit0199e9938f2c0e7f5476f5983f1763d28f049837 (patch)
tree71246d453b2d5d0669bcafe7f2ace831e9e32c41 /include/dt-bindings/thermal
parentthermal: introduce clock cooling device (diff)
downloadlinux-dev-0199e9938f2c0e7f5476f5983f1763d28f049837.tar.xz
linux-dev-0199e9938f2c0e7f5476f5983f1763d28f049837.zip
of: Add bindings for nvidia,tegra124-soctherm
This adds binding documentation and headers for the Tegra124 SOCTHERM device tree node. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Eduardo Valentin <edubezval@gmail.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'include/dt-bindings/thermal')
-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 000000000000..85aaf66690f9
--- /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