Skip to content

Commit 71134c1

Browse files
Aniketalexandrebelloni
authored andcommitted
dt-bindings: i3c: dw: Add apb clock binding
Add dt binding for optional apb clock. Core clock is mandatory. Signed-off-by: Aniket <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 48a6dcd commit 71134c1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@ properties:
2020
maxItems: 1
2121

2222
clocks:
23-
maxItems: 1
23+
minItems: 1
24+
items:
25+
- description: Core clock
26+
- description: APB clock
27+
28+
clock-names:
29+
minItems: 1
30+
items:
31+
- const: core
32+
- const: apb
2433

2534
interrupts:
2635
maxItems: 1

0 commit comments

Comments
 (0)