Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlied/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / exynos5440-trip-points.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device tree sources for default Exynos5440 thermal zone definition
4  *
5  * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
6  */
7
8 polling-delay-passive = <0>;
9 polling-delay = <0>;
10 trips {
11         cpu-alert-0 {
12                 temperature = <100000>; /* millicelsius */
13                 hysteresis = <0>; /* millicelsius */
14                 type = "active";
15         };
16         cpu-crit-0 {
17                 temperature = <105000>; /* millicelsius */
18                 hysteresis = <0>; /* millicelsius */
19                 type = "critical";
20         };
21 };