]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/dt-bindings/thermal/tegra124-soctherm.h
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/orion...
[mirror_ubuntu-bionic-kernel.git] / include / dt-bindings / thermal / tegra124-soctherm.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
0199e993
MP
2/*
3 * This header provides constants for binding nvidia,tegra124-soctherm.
4 */
5
6#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
7#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
8
9#define TEGRA124_SOCTHERM_SENSOR_CPU 0
10#define TEGRA124_SOCTHERM_SENSOR_MEM 1
11#define TEGRA124_SOCTHERM_SENSOR_GPU 2
12#define TEGRA124_SOCTHERM_SENSOR_PLLX 3
6f7e0d9d 13#define TEGRA124_SOCTHERM_SENSOR_NUM 4
0199e993 14
6c7c3245
WN
15#define TEGRA_SOCTHERM_THROT_LEVEL_LOW 0
16#define TEGRA_SOCTHERM_THROT_LEVEL_MED 1
17#define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 2
18#define TEGRA_SOCTHERM_THROT_LEVEL_NONE -1
19
0199e993 20#endif