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

dt-bindings: reset: microchip: Add LAN969x support

LAN969x also uses the Microchip reset driver, it reuses the LAN966x
support so use a fallback compatible.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Robert Marko and committed by
Philipp Zabel
fc80e57c 3a866087

+8 -3
+8 -3
Documentation/devicetree/bindings/reset/microchip,rst.yaml
··· 20 20 pattern: "^reset-controller@[0-9a-f]+$" 21 21 22 22 compatible: 23 - enum: 24 - - microchip,sparx5-switch-reset 25 - - microchip,lan966x-switch-reset 23 + oneOf: 24 + - enum: 25 + - microchip,sparx5-switch-reset 26 + - microchip,lan966x-switch-reset 27 + - items: 28 + - enum: 29 + - microchip,lan9691-switch-reset 30 + - const: microchip,lan966x-switch-reset 26 31 27 32 reg: 28 33 items: