Skip to content

Commit e8a97ed

Browse files
Marek Vasutgeertu
authored andcommitted
dt-bindings: clock: cirrus,cs2000-cp: Document CS2500
Document backward compatibility support for the CS2500 chip, which is a drop-in replacement for the CS2000 chip. Acked-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260504144534.43745-4-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 5f10bbf commit e8a97ed

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ maintainers:
1111

1212
description: |
1313
The CS2000-CP is an extremely versatile system clocking device that
14-
utilizes a programmable phase lock loop.
14+
utilizes a programmable phase lock loop. CS2500 is a compatible
15+
drop-in replacement for CS2000-CP.
1516
1617
Link: https://www.cirrus.com/products/cs2000/
18+
Link: https://www.cirrus.com/products/cs2500/
1719
1820
properties:
1921
compatible:
20-
enum:
21-
- cirrus,cs2000-cp
22+
oneOf:
23+
- items:
24+
- const: cirrus,cs2500
25+
- const: cirrus,cs2000-cp
26+
- const: cirrus,cs2000-cp
2227

2328
clocks:
2429
description:

0 commit comments

Comments
 (0)