brintos

brintos / linux-shallow public Read only

0
0
Text · 591 B · 444c7bd Raw
21 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides constants for binding nvidia,tegra124-soctherm.4 */5 6#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H7#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H8 9#define TEGRA124_SOCTHERM_SENSOR_CPU 010#define TEGRA124_SOCTHERM_SENSOR_MEM 111#define TEGRA124_SOCTHERM_SENSOR_GPU 212#define TEGRA124_SOCTHERM_SENSOR_PLLX 313#define TEGRA124_SOCTHERM_SENSOR_NUM 414 15#define TEGRA_SOCTHERM_THROT_LEVEL_NONE 016#define TEGRA_SOCTHERM_THROT_LEVEL_LOW  117#define TEGRA_SOCTHERM_THROT_LEVEL_MED  218#define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 319 20#endif21