]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/dra7-dspeve-thermal.dtsi
BCM270X: Enable the DSI panel node in the VC4 overlay.
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / dra7-dspeve-thermal.dtsi
CommitLineData
97749fec
K
1/*
2 * Device Tree Source for DRA7x SoC DSPEVE thermal
3 *
4 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11#include <dt-bindings/thermal/thermal.h>
12
13dspeve_thermal: dspeve_thermal {
14 polling-delay-passive = <250>; /* milliseconds */
15 polling-delay = <500>; /* milliseconds */
16
17 /* sensor ID */
18 thermal-sensors = <&bandgap 3>;
19
20 trips {
21 dspeve_crit: dspeve_crit {
22 temperature = <125000>; /* milliCelsius */
23 hysteresis = <2000>; /* milliCelsius */
24 type = "critical";
25 };
26 };
27};