blob: e27ba29db3998be3a09a6a51a648556e513dff8e [file] [log] [blame]
Angel Pons54c54722020-04-05 13:20:54 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08002
3#ifndef BUTTERFLY_THERMAL_H
4#define BUTTERFLY_THERMAL_H
5
6/* Active Thermal and fans are controlled by the EC. */
7
8 /* Temperature which OS will shutdown at */
9 #define CRITICAL_TEMPERATURE 100
10
11 /* Temperature which OS will throttle CPU */
Paul Menzel835df772013-02-12 12:51:25 +010012 #define PASSIVE_TEMPERATURE 90
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080013
14#endif