1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 &cpu_alert0 { 2 &cpu_alert0 { 3 temperature = <90000>; /* milliCelsius 3 temperature = <90000>; /* milliCelsius */ 4 }; 4 }; 5 5 6 &cpu_crit { 6 &cpu_crit { 7 temperature = <105000>; /* milliCelsiu 7 temperature = <105000>; /* milliCelsius */ 8 }; 8 }; 9 9 10 &gpu_crit { 10 &gpu_crit { 11 temperature = <105000>; /* milliCelsiu 11 temperature = <105000>; /* milliCelsius */ 12 }; 12 }; 13 13 14 &core_crit { 14 &core_crit { 15 temperature = <105000>; /* milliCelsiu 15 temperature = <105000>; /* milliCelsius */ 16 }; 16 }; 17 17 18 &dspeve_crit { 18 &dspeve_crit { 19 temperature = <105000>; /* milliCelsiu 19 temperature = <105000>; /* milliCelsius */ 20 }; 20 }; 21 21 22 &iva_crit { 22 &iva_crit { 23 temperature = <105000>; /* milliCelsiu 23 temperature = <105000>; /* milliCelsius */ 24 }; 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.