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