]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/exynos5420-trip-points.dtsi
Merge tag 'mips_fixes_5.1_1' into mips-next
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / exynos5420-trip-points.dtsi
CommitLineData
cc4637f7 1// SPDX-License-Identifier: GPL-2.0
b350de6f
LM
2/*
3 * Device tree sources for default Exynos5420 thermal zone definition
4 *
5 * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
b350de6f
LM
6 */
7
8polling-delay-passive = <0>;
9polling-delay = <0>;
10trips {
11 cpu-alert-0 {
12 temperature = <85000>; /* millicelsius */
13 hysteresis = <10000>; /* millicelsius */
14 type = "active";
15 };
16 cpu-alert-1 {
17 temperature = <103000>; /* millicelsius */
18 hysteresis = <10000>; /* millicelsius */
19 type = "active";
20 };
21 cpu-alert-2 {
22 temperature = <110000>; /* millicelsius */
23 hysteresis = <10000>; /* millicelsius */
24 type = "active";
25 };
26 cpu-crit-0 {
cb0f7c8b 27 temperature = <120000>; /* millicelsius */
b350de6f
LM
28 hysteresis = <0>; /* millicelsius */
29 type = "critical";
30 };
31};