mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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>
This commit is contained in:
parent
b20d212f6c
commit
a4cf8f9722
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user