File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -555,6 +555,32 @@ allOf:
555
555
contains :
556
556
enum :
557
557
- qcom,pcie-sm8150
558
+ then :
559
+ properties :
560
+ clocks :
561
+ minItems : 8
562
+ maxItems : 8
563
+ clock-names :
564
+ items :
565
+ - const : pipe # PIPE clock
566
+ - const : aux # Auxiliary clock
567
+ - const : cfg # Configuration clock
568
+ - const : bus_master # Master AXI clock
569
+ - const : bus_slave # Slave AXI clock
570
+ - const : slave_q2a # Slave Q2A clock
571
+ - const : tbu # PCIe TBU clock
572
+ - const : ref # REFERENCE clock
573
+ resets :
574
+ maxItems : 1
575
+ reset-names :
576
+ items :
577
+ - const : pci # PCIe core reset
578
+
579
+ - if :
580
+ properties :
581
+ compatible :
582
+ contains :
583
+ enum :
558
584
- qcom,pcie-sm8250
559
585
then :
560
586
oneOf :
You can’t perform that action at this time.
0 commit comments