File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ properties:
54
54
# Platform constraints are described later.
55
55
clocks :
56
56
minItems : 3
57
- maxItems : 12
57
+ maxItems : 13
58
58
59
59
clock-names :
60
60
minItems : 3
61
- maxItems : 12
61
+ maxItems : 13
62
62
63
63
resets :
64
64
minItems : 1
@@ -424,8 +424,8 @@ allOf:
424
424
then :
425
425
properties :
426
426
clocks :
427
- minItems : 11
428
- maxItems : 11
427
+ minItems : 13
428
+ maxItems : 13
429
429
clock-names :
430
430
items :
431
431
- const : pipe # PIPE clock
@@ -439,6 +439,8 @@ allOf:
439
439
- const : slave_q2a # Slave Q2A clock
440
440
- const : tbu # PCIe TBU clock
441
441
- 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
442
444
resets :
443
445
maxItems : 1
444
446
reset-names :
You can’t perform that action at this time.
0 commit comments