Lukasz Majewski | 6562504 | 2015-01-30 08:26:03 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device tree sources for default Exynos5440 thermal zone definition |
| 3 | * |
| 4 | * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com> |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | polling-delay-passive = <0>; |
| 13 | polling-delay = <0>; |
| 14 | trips { |
| 15 | cpu-alert-0 { |
| 16 | temperature = <100000>; /* millicelsius */ |
| 17 | hysteresis = <0>; /* millicelsius */ |
| 18 | type = "active"; |
| 19 | }; |
| 20 | cpu-crit-0 { |
Abhilash Kesavan | cb0f7c8 | 2015-05-09 03:11:21 +0900 | [diff] [blame] | 21 | temperature = <105000>; /* millicelsius */ |
Lukasz Majewski | 6562504 | 2015-01-30 08:26:03 +0900 | [diff] [blame] | 22 | hysteresis = <0>; /* millicelsius */ |
| 23 | type = "critical"; |
| 24 | }; |
| 25 | }; |