[PATCH 6.1.y-cip 09/23] dt-bindings: hwmon: lm75: use common hwmon schema
Tommaso Merciai <[email protected]> Fri, 17 Jul 2026 15:12:27 +0200
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Théo Lebrun <[email protected]> commit 78cc80d834ed3b792605bc9c2215ed9e63825459 upstream. Reference common hwmon schema which has the generic "label" property, parsed by Linux hwmon subsystem. To: Jean Delvare <[email protected]> To: Guenter Roeck <[email protected]> Cc: [email protected] Signed-off-by: Théo Lebrun <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Tommaso Merciai <[email protected]> --- Documentation/devicetree/bindings/hwmon/lm75.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml index a7af231c52d3..5aefcf8e5ca1 100644 --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml @@ -57,6 +57,7 @@ required: - reg allOf: + - $ref: hwmon-common.yaml# - if: not: properties: @@ -71,7 +72,7 @@ allOf: properties: interrupts: false -additionalProperties: false +unevaluatedProperties: false examples: - | -- 2.54.0