diff options
| author | Robert Marko <robert.marko@sartura.hr> | 2026-01-15 14:37:31 +0300 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-01-27 12:31:52 +0300 |
| commit | a4cf8f97223d94fc85735471a67f6935de5a4ac5 (patch) | |
| tree | 0cdb709412c37242f4103547eb644b29df9fa42b | |
| parent | b20d212f6ce96b23ef5feda7dd3897102bf116eb (diff) | |
| download | linux-a4cf8f97223d94fc85735471a67f6935de5a4ac5.tar.xz | |
dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
Document LAN969x compatibles for SGPIO.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Signed-off-by: Linus Walleij <linusw@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml b/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml index fa47732d7cef..9fbbafcdc063 100644 --- a/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml +++ b/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml @@ -21,10 +21,15 @@ properties: pattern: '^gpio@[0-9a-f]+$' compatible: - enum: - - microchip,sparx5-sgpio - - mscc,ocelot-sgpio - - mscc,luton-sgpio + oneOf: + - enum: + - microchip,sparx5-sgpio + - mscc,ocelot-sgpio + - mscc,luton-sgpio + - items: + - enum: + - microchip,lan9691-sgpio + - const: microchip,sparx5-sgpio '#address-cells': const: 1 @@ -80,7 +85,12 @@ patternProperties: type: object properties: compatible: - const: microchip,sparx5-sgpio-bank + oneOf: + - items: + - enum: + - microchip,lan9691-sgpio-bank + - const: microchip,sparx5-sgpio-bank + - const: microchip,sparx5-sgpio-bank reg: description: | |
