summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/thermal
diff options
context:
space:
mode:
authorWei Ni2016-03-29 12:29:12 +0200
committerEduardo Valentin2016-05-17 16:28:27 +0200
commit6f7e0d9d08c7fa3847b1380b16dff7e14523933c (patch)
tree4e3591474497ea96fa87b5c9a93e9984803580ff /include/dt-bindings/thermal
parentthermal: tegra: move tegra thermal files into tegra directory (diff)
downloadkernel-qcow2-linux-6f7e0d9d08c7fa3847b1380b16dff7e14523933c.tar.gz
kernel-qcow2-linux-6f7e0d9d08c7fa3847b1380b16dff7e14523933c.tar.xz
kernel-qcow2-linux-6f7e0d9d08c7fa3847b1380b16dff7e14523933c.zip
thermal: tegra: combine sensor group-related data
Combine sensor group-related data structures into struct tegra_tsensor_group. This provides a single location for sensor group data storage. More sensor group data will be added in subsequent patches. Signed-off-by: Wei Ni <wni@nvidia.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/thermal/tegra124-soctherm.h b/include/dt-bindings/thermal/tegra124-soctherm.h
index 85aaf66690f9..729ab9fc325e 100644
--- a/include/dt-bindings/thermal/tegra124-soctherm.h
+++ b/include/dt-bindings/thermal/tegra124-soctherm.h
@@ -9,5 +9,6 @@
#define TEGRA124_SOCTHERM_SENSOR_MEM 1
#define TEGRA124_SOCTHERM_SENSOR_GPU 2
#define TEGRA124_SOCTHERM_SENSOR_PLLX 3
+#define TEGRA124_SOCTHERM_SENSOR_NUM 4
#endif