Lokesh Vutla | a0c0b97 | 2016-11-25 11:14:18 +0530 | [diff] [blame] | 1 | &cpu_alert0 { |
2 | temperature = <90000>; /* milliCelsius */ | ||||
3 | }; | ||||
4 | |||||
5 | &cpu_crit { | ||||
6 | temperature = <105000>; /* milliCelsius */ | ||||
7 | }; | ||||
8 | |||||
9 | &gpu_crit { | ||||
10 | temperature = <105000>; /* milliCelsius */ | ||||
11 | }; | ||||
12 | |||||
13 | &core_crit { | ||||
14 | temperature = <105000>; /* milliCelsius */ | ||||
15 | }; | ||||
16 | |||||
17 | &dspeve_crit { | ||||
18 | temperature = <105000>; /* milliCelsius */ | ||||
19 | }; | ||||
20 | |||||
21 | &iva_crit { | ||||
22 | temperature = <105000>; /* milliCelsius */ | ||||
23 | }; |