linux/include/dt-bindings/thermal/tegra124-soctherm.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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
#define TEGRA124_SOCTHERM_SENSOR_MEM
#define TEGRA124_SOCTHERM_SENSOR_GPU
#define TEGRA124_SOCTHERM_SENSOR_PLLX
#define TEGRA124_SOCTHERM_SENSOR_NUM

#define TEGRA_SOCTHERM_THROT_LEVEL_NONE
#define TEGRA_SOCTHERM_THROT_LEVEL_LOW
#define TEGRA_SOCTHERM_THROT_LEVEL_MED
#define TEGRA_SOCTHERM_THROT_LEVEL_HIGH

#endif