diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-11-23 13:25:29 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:51 -0500 |
commit | 7aa1a40876a0da0fadf360a352bba0adf8624904 (patch) | |
tree | e8a9f7239c58d831857d5a0944f5c185805302fa /arch/arm/dts/dra7-dspeve-thermal.dtsi | |
parent | b4b060066f158a461780dfb06a042bb6351a2b3c (diff) |
ARM: dts: dra7xx: sync DT with latest Linux
Sync all dra7xx based dts files with latest Linux
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/dra7-dspeve-thermal.dtsi')
-rw-r--r-- | arch/arm/dts/dra7-dspeve-thermal.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/dts/dra7-dspeve-thermal.dtsi b/arch/arm/dts/dra7-dspeve-thermal.dtsi new file mode 100644 index 0000000000..1c39a8459b --- /dev/null +++ b/arch/arm/dts/dra7-dspeve-thermal.dtsi @@ -0,0 +1,27 @@ +/* + * Device Tree Source for DRA7x SoC DSPEVE thermal + * + * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ + +#include <dt-bindings/thermal/thermal.h> + +dspeve_thermal: dspeve_thermal { + polling-delay-passive = <250>; /* milliseconds */ + polling-delay = <500>; /* milliseconds */ + + /* sensor ID */ + thermal-sensors = <&bandgap 3>; + + trips { + dspeve_crit: dspeve_crit { + temperature = <125000>; /* milliCelsius */ + hysteresis = <2000>; /* milliCelsius */ + type = "critical"; + }; + }; +}; |