blob: fcfe695b1ce76ba2e9e491d3c2102fa71526a320 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef DCP847SKE_THERMAL_H
#define DPC847SKE_THERMAL_H
/* TODO: These should be generated at runtime from
* MSR_TEMPERATURE_TARGET (0x1a2) */
/* Temperature which OS will shutdown at (Tjmax) */
#define CRITICAL_TEMPERATURE 100
/* Temperature which OS will throttle CPU (Tcontrol) */
#define PASSIVE_TEMPERATURE 86
#endif