mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 07:06:45 +07:00
24 lines
359 B
Plaintext
24 lines
359 B
Plaintext
|
&cpu_alert0 {
|
||
|
temperature = <80000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&cpu_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&gpu_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&core_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&dspeve_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|
||
|
|
||
|
&iva_crit {
|
||
|
temperature = <90000>; /* milliCelsius */
|
||
|
};
|