Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Device tree sources for default Exynos7 thermal zone definition
0004  *
0005  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
0006  *              http://www.samsung.com
0007  */
0008 
0009 trips {
0010         cpu-alert-0 {
0011                 temperature = <75000>; /* millicelsius */
0012                 hysteresis = <10000>; /* millicelsius */
0013                 type = "passive";
0014         };
0015         cpu-alert-1 {
0016                 temperature = <80000>; /* millicelsius */
0017                 hysteresis = <10000>; /* millicelsius */
0018                 type = "passive";
0019         };
0020         cpu-alert-2 {
0021                 temperature = <85000>; /* millicelsius */
0022                 hysteresis = <10000>; /* millicelsius */
0023                 type = "passive";
0024         };
0025         cpu-alert-3 {
0026                 temperature = <90000>; /* millicelsius */
0027                 hysteresis = <10000>; /* millicelsius */
0028                 type = "passive";
0029         };
0030         cpu-alert-4 {
0031                 temperature = <95000>; /* millicelsius */
0032                 hysteresis = <10000>; /* millicelsius */
0033                 type = "passive";
0034         };
0035         cpu-alert-5 {
0036                 temperature = <100000>; /* millicelsius */
0037                 hysteresis = <10000>; /* millicelsius */
0038                 type = "passive";
0039         };
0040         cpu-alert-6 {
0041                 temperature = <110000>; /* millicelsius */
0042                 hysteresis = <10000>; /* millicelsius */
0043                 type = "passive";
0044         };
0045         cpu-crit-0 {
0046                 temperature = <115000>; /* millicelsius */
0047                 hysteresis = <0>; /* millicelsius */
0048                 type = "critical";
0049         };
0050 };