diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 20:31:57 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 20:31:57 +0200 |
commit | 388292df27810a01c3f459533578255bbba4a4de (patch) | |
tree | 091d8dd55b7d4556306603bdad0e20d31a13719f /tools/thermal/thermometer/thermometer.conf | |
parent | thermal: intel: hfi: remove NULL check after container_of() call (diff) | |
parent | Merge tag 'thermal-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-388292df27810a01c3f459533578255bbba4a4de.tar.xz linux-388292df27810a01c3f459533578255bbba4a4de.zip |
Merge back earlier thermal control updates for 5.19-rc1.
Diffstat (limited to 'tools/thermal/thermometer/thermometer.conf')
-rw-r--r-- | tools/thermal/thermometer/thermometer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/thermal/thermometer/thermometer.conf b/tools/thermal/thermometer/thermometer.conf new file mode 100644 index 000000000000..02c6dab3b1b3 --- /dev/null +++ b/tools/thermal/thermometer/thermometer.conf @@ -0,0 +1,5 @@ + +thermal-zones = ( + { name = "cpu[0-9]-thermal"; + polling = 100; } + ) |