Skip to content

Commit 40d8566

Browse files
Danielmachonclaudiubeznea
authored andcommitted
dt-bindings: clock: add support for lan969x
Lan969x is going to reuse the existing lan966x clock driver - document that by adding compatible strings for the different SKU's that we support. Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240916-lan969x-clock-v1-1-0e150336074d@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 9852d85 commit 40d8566

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@ description: |
1616
1717
properties:
1818
compatible:
19-
const: microchip,lan966x-gck
19+
oneOf:
20+
- enum:
21+
- microchip,lan966x-gck
22+
- microchip,lan9691-gck
23+
- items:
24+
- enum:
25+
- microchip,lan9698-gck
26+
- microchip,lan9696-gck
27+
- microchip,lan9694-gck
28+
- microchip,lan9693-gck
29+
- microchip,lan9692-gck
30+
- const: microchip,lan9691-gck
2031

2132
reg:
2233
minItems: 1

0 commit comments

Comments
 (0)