Skip to content

Commit a4cf8f9

Browse files
robimarkolinusw
authored andcommitted
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>
1 parent b20d212 commit a4cf8f9

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ properties:
2121
pattern: '^gpio@[0-9a-f]+$'
2222

2323
compatible:
24-
enum:
25-
- microchip,sparx5-sgpio
26-
- mscc,ocelot-sgpio
27-
- mscc,luton-sgpio
24+
oneOf:
25+
- enum:
26+
- microchip,sparx5-sgpio
27+
- mscc,ocelot-sgpio
28+
- mscc,luton-sgpio
29+
- items:
30+
- enum:
31+
- microchip,lan9691-sgpio
32+
- const: microchip,sparx5-sgpio
2833

2934
'#address-cells':
3035
const: 1
@@ -80,7 +85,12 @@ patternProperties:
8085
type: object
8186
properties:
8287
compatible:
83-
const: microchip,sparx5-sgpio-bank
88+
oneOf:
89+
- items:
90+
- enum:
91+
- microchip,lan9691-sgpio-bank
92+
- const: microchip,sparx5-sgpio-bank
93+
- const: microchip,sparx5-sgpio-bank
8494

8595
reg:
8696
description: |

0 commit comments

Comments
 (0)