diff options
author | Wei Ni <wni@nvidia.com> | 2016-03-29 18:29:12 +0800 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2016-05-17 07:28:27 -0700 |
commit | 6f7e0d9d08c7fa3847b1380b16dff7e14523933c (patch) | |
tree | 4e3591474497ea96fa87b5c9a93e9984803580ff /include/dt-bindings | |
parent | a4dff94ffde7df6aeeb11cd548e53b22bdabd04e (diff) | |
download | linux-6f7e0d9d08c7fa3847b1380b16dff7e14523933c.tar.bz2 |
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')
-rw-r--r-- | include/dt-bindings/thermal/tegra124-soctherm.h | 1 |
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 |