From: Rob Herring (Arm) Date: Tue, 9 Jul 2024 15:01:53 +0000 (-0600) Subject: dt-bindings: thermal: Drop 'trips' node as required X-Git-Tag: v6.11-rc1~174^2~2^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f48290b1a18dba5870920188725eee6fe603ee6;p=thirdparty%2Fkernel%2Flinux.git 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) Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240709150154.3272825-1-robh@kernel.org Signed-off-by: Daniel Lezcano --- diff --git a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml index 606b80965a44a..0f435be1dbd8c 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