1295011Sandrew/*
2295011Sandrew * Device tree sources for default Exynos5440 thermal zone definition
3295011Sandrew *
4295011Sandrew * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
5295011Sandrew *
6295011Sandrew * This program is free software; you can redistribute it and/or modify
7295011Sandrew * it under the terms of the GNU General Public License version 2 as
8295011Sandrew * published by the Free Software Foundation.
9295011Sandrew *
10295011Sandrew */
11295011Sandrew
12295011Sandrewpolling-delay-passive = <0>;
13295011Sandrewpolling-delay = <0>;
14295011Sandrewtrips {
15295011Sandrew	cpu-alert-0 {
16295011Sandrew		temperature = <100000>; /* millicelsius */
17295011Sandrew		hysteresis = <0>; /* millicelsius */
18295011Sandrew		type = "active";
19295011Sandrew	};
20295011Sandrew	cpu-crit-0 {
21295011Sandrew		temperature = <105000>; /* millicelsius */
22295011Sandrew		hysteresis = <0>; /* millicelsius */
23295011Sandrew		type = "critical";
24295011Sandrew	};
25295011Sandrew};
26