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 <aniketmaurya@google.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240628154526.324068-1-aniketmaurya@google.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 48a6dcd commit 71134c1

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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)