[PATCH v2 15/19] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp

From: Robert Marko

Date: Mon Dec 15 2025 - 11:39:05 EST


Document LAN969x hwmon temperature sensor compatible.

Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
---
.../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 51e8619dbf3c..611fcadb1e77 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.52.0