From bc5da9886ad0241cd57b780bac9e6e9350947110 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 15 Dec 2025 17:35:32 +0100 Subject: [PATCH] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp Document LAN969x hwmon temperature sensor compatible. Signed-off-by: Robert Marko Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20251215163820.1584926-15-robert.marko@sartura.hr Signed-off-by: Guenter Roeck --- .../devicetree/bindings/hwmon/microchip,sparx5-temp.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/hwmon/microchip,sparx5-temp.yaml b/Documentation/devicetree/bindings/hwmon/microchip,sparx5-temp.yaml index 51e8619dbf3c6..611fcadb1e771 100644 --- a/Documentation/devicetree/bindings/hwmon/microchip,sparx5-temp.yaml +++ b/Documentation/devicetree/bindings/hwmon/microchip,sparx5-temp.yaml @@ -14,8 +14,12 @@ description: | properties: compatible: - enum: - - microchip,sparx5-temp + oneOf: + - const: microchip,sparx5-temp + - items: + - enum: + - microchip,lan9691-temp + - const: microchip,sparx5-temp reg: maxItems: 1 -- 2.47.3