Skip to content

Commit 1abbe04

Browse files
Krishna chaitanya chundruLorenzo Pieralisi
authored andcommitted
dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
Add missing aggre0 and aggre1 clocks. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krishna chaitanya chundru <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]>
1 parent 1a7966b commit 1abbe04

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/devicetree/bindings/pci/qcom,pcie.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ properties:
5454
# Platform constraints are described later.
5555
clocks:
5656
minItems: 3
57-
maxItems: 12
57+
maxItems: 13
5858

5959
clock-names:
6060
minItems: 3
61-
maxItems: 12
61+
maxItems: 13
6262

6363
resets:
6464
minItems: 1
@@ -424,8 +424,8 @@ allOf:
424424
then:
425425
properties:
426426
clocks:
427-
minItems: 11
428-
maxItems: 11
427+
minItems: 13
428+
maxItems: 13
429429
clock-names:
430430
items:
431431
- const: pipe # PIPE clock
@@ -439,6 +439,8 @@ allOf:
439439
- const: slave_q2a # Slave Q2A clock
440440
- const: tbu # PCIe TBU clock
441441
- const: ddrss_sf_tbu # PCIe SF TBU clock
442+
- const: aggre0 # Aggre NoC PCIe CENTER SF AXI clock
443+
- const: aggre1 # Aggre NoC PCIe1 AXI clock
442444
resets:
443445
maxItems: 1
444446
reset-names:

0 commit comments

Comments
 (0)