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

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>

authored by

Daniel Machon and committed by
Claudiu Beznea
40d8566e 9852d85e

+12 -1
+12 -1
Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml
··· 16 16 17 17 properties: 18 18 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 20 31 21 32 reg: 22 33 minItems: 1