diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-08-27 15:07:58 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-08-27 15:07:58 +0200 |
commit | 3bf1b1571224e713f1a186de21b2204c06f1cb5e (patch) | |
tree | 965b0d67f631d3a33ef3b75bf08b7d16782ccbcf /Documentation | |
parent | thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR (diff) | |
parent | Merge tag 'thermal-v6.0-rc2' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-3bf1b1571224e713f1a186de21b2204c06f1cb5e.tar.xz linux-3bf1b1571224e713f1a186de21b2204c06f1cb5e.zip |
Merge branch 'thermal-core'
Merge thermal control core fixes for 6.0-rc3:
- Fix missing required property for thermal zone description (Daniel
Lezcano).
- Add missing export symbol for
thermal_zone_device_register_with_trips() (Daniel Lezcano).
* thermal-core:
dt-bindings: thermal: Fix missing required property
thermal/core: Add missing EXPORT_SYMBOL_GPL
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/thermal-zones.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml index 2d34f3ccb257..8d2c6d74b605 100644 --- a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml +++ b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml @@ -214,6 +214,7 @@ patternProperties: - polling-delay - polling-delay-passive - thermal-sensors + - trips additionalProperties: false |