aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAniket <[email protected]>2024-06-28 15:45:26 +0000
committerAlexandre Belloni <[email protected]>2024-07-26 14:21:29 +0200
commit71134c13ac59fcadbfe39b8f9022a37266c4ed5a (patch)
treebf7638edfa8ec514d19cad5780bf649dc5ff96dd
parent48a6dcdafdbe7b9596ac6ecbecc347c2e2413f81 (diff)
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]>
-rw-r--r--Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
index c0e805e531be..4fc13e3c0f75 100644
--- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
+++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
@@ -20,7 +20,16 @@ properties:
maxItems: 1
clocks:
- maxItems: 1
+ minItems: 1
+ items:
+ - description: Core clock
+ - description: APB clock
+
+ clock-names:
+ minItems: 1
+ items:
+ - const: core
+ - const: apb
interrupts:
maxItems: 1