summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-cpu-thermal.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2017-03-09 13:35:55 +0530
committerTony Lindgren <tony@atomide.com>2017-03-24 07:24:44 -0700
commita761d517bbb1ed223af10be37545ecc7ca859b72 (patch)
treec76c9b3ca635270e1d9c09531f8d65c09480e3e1 /arch/arm/boot/dts/omap3-cpu-thermal.dtsi
parentbb7d97862e456bd81ab2b6bc47073e63ea4e91a5 (diff)
ARM: dts: omap3: Add cpu_thermal zone
Add cpu_thermal zone. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-cpu-thermal.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-cpu-thermal.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-cpu-thermal.dtsi b/arch/arm/boot/dts/omap3-cpu-thermal.dtsi
new file mode 100644
index 000000000000..235ecfd61e2d
--- /dev/null
+++ b/arch/arm/boot/dts/omap3-cpu-thermal.dtsi
@@ -0,0 +1,20 @@
+/*
+ * Device Tree Source for OMAP3 SoC CPU thermal
+ *
+ * Copyright (C) 2017 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>
+
+cpu_thermal: cpu_thermal {
+ polling-delay-passive = <250>; /* milliseconds */
+ polling-delay = <1000>; /* milliseconds */
+ coefficients = <0 20000>;
+
+ /* sensor ID */
+ thermal-sensors = <&bandgap 0>;
+};