diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2014-09-26 12:43:10 +0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-11-20 10:43:17 -0400 |
commit | 0199e9938f2c0e7f5476f5983f1763d28f049837 (patch) | |
tree | 71246d453b2d5d0669bcafe7f2ace831e9e32c41 /include/dt-bindings | |
parent | f9df89d897ee0928aa4e03b30250e87f5d1e788a (diff) | |
download | linux-0199e9938f2c0e7f5476f5983f1763d28f049837.tar.gz linux-0199e9938f2c0e7f5476f5983f1763d28f049837.tar.bz2 linux-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')
-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 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 |