Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Robert Marko and committed by
Linus Walleij
a4cf8f97 b20d212f

+15 -5
+15 -5
Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml
··· 21 21 pattern: '^gpio@[0-9a-f]+$' 22 22 23 23 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 28 33 29 34 '#address-cells': 30 35 const: 1 ··· 85 80 type: object 86 81 properties: 87 82 compatible: 88 - const: microchip,sparx5-sgpio-bank 83 + oneOf: 84 + - items: 85 + - enum: 86 + - microchip,lan9691-sgpio-bank 87 + - const: microchip,sparx5-sgpio-bank 88 + - const: microchip,sparx5-sgpio-bank 89 89 90 90 reg: 91 91 description: |