blob: 62bfa1fa2bb4b049382cc26b7601d4a40439026f [file] [log] [blame]
Angel Pons60ec3652020-04-03 01:22:13 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Tobias Diedrich7a952042017-12-03 10:09:28 +01002
3#ifndef DCP847SKE_THERMAL_H
Arthur Heymanscc706462022-03-24 01:16:01 +01004#define DCP847SKE_THERMAL_H
Tobias Diedrich7a952042017-12-03 10:09:28 +01005
6/* TODO: These should be generated at runtime from
7 * MSR_TEMPERATURE_TARGET (0x1a2) */
8
9/* Temperature which OS will shutdown at (Tjmax) */
10#define CRITICAL_TEMPERATURE 100
11
12/* Temperature which OS will throttle CPU (Tcontrol) */
13#define PASSIVE_TEMPERATURE 86
14
15#endif