summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/thermal
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2024-07-09 18:01:53 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2024-07-15 14:31:40 +0300
commit6f48290b1a18dba5870920188725eee6fe603ee6 (patch)
treeb60194973688f6b0fe4fb9f12a29c1f51f90ede6 /Documentation/devicetree/bindings/thermal
parentfd1f85b2e7a6cdf84fb590fe17c7664b202cb9bb (diff)
downloadlinux-6f48290b1a18dba5870920188725eee6fe603ee6.tar.xz
dt-bindings: thermal: Drop 'trips' node as required
It is possible to have thermal zones which don't have any trip points. These zones in effect simply represent a temperature sensor without any action associated with it. While the schema has always required a 'trips' node, users have existed for a long time without it. Update the schema to match reality. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240709150154.3272825-1-robh@kernel.org Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal')
-rw-r--r--Documentation/devicetree/bindings/thermal/thermal-zones.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
index 606b80965a44..0f435be1dbd8 100644
--- a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
+++ b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
@@ -232,7 +232,6 @@ patternProperties:
required:
- thermal-sensors
- - trips
additionalProperties: false