Skip to content

Commit add953d

Browse files
Akash Asthanarobherring
authored andcommitted
dt-bindings: geni-se: Add interconnect binding for GENI QUP
Add documentation for the interconnect and interconnect-names properties for the GENI QUP. Signed-off-by: Akash Asthana <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 3c20884 commit add953d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ properties:
4545

4646
ranges: true
4747

48+
interconnects:
49+
maxItems: 1
50+
51+
interconnect-names:
52+
const: qup-core
53+
4854
required:
4955
- compatible
5056
- reg
@@ -72,6 +78,17 @@ patternProperties:
7278
description: Serial engine core clock needed by the device.
7379
maxItems: 1
7480

81+
interconnects:
82+
minItems: 2
83+
maxItems: 3
84+
85+
interconnect-names:
86+
minItems: 2
87+
items:
88+
- const: qup-core
89+
- const: qup-config
90+
- const: qup-memory
91+
7592
required:
7693
- reg
7794
- clock-names

0 commit comments

Comments
 (0)