Andrew Davis | 1346dc5 | 2023-04-11 13:24:59 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Adam Ford | bf1ddfc | 2017-08-25 07:33:26 -0500 | [diff] [blame] | 2 | /* |
| 3 | * Device Tree Source for OMAP3 SoC CPU thermal |
| 4 | * |
Andrew Davis | 1346dc5 | 2023-04-11 13:24:59 -0500 | [diff] [blame] | 5 | * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ |
Adam Ford | bf1ddfc | 2017-08-25 07:33:26 -0500 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #include <dt-bindings/thermal/thermal.h> |
| 9 | |
Andrew Davis | a39f2a5 | 2023-04-11 13:25:08 -0500 | [diff] [blame] | 10 | cpu_thermal: cpu-thermal { |
Adam Ford | bf1ddfc | 2017-08-25 07:33:26 -0500 | [diff] [blame] | 11 | polling-delay-passive = <250>; /* milliseconds */ |
| 12 | polling-delay = <1000>; /* milliseconds */ |
| 13 | coefficients = <0 20000>; |
| 14 | |
| 15 | /* sensor ID */ |
| 16 | thermal-sensors = <&bandgap 0>; |
| 17 | }; |