File tree Expand file tree Collapse file tree 2 files changed +48
-6
lines changed
Documentation/devicetree/bindings/pci Expand file tree Collapse file tree 2 files changed +48
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ title: TI J721E PCI EP (PCIe Wrapper)
10
10
maintainers :
11
11
-
Kishon Vijay Abraham I <[email protected] >
12
12
13
- allOf :
14
- - $ref : cdns-pcie-ep.yaml#
15
-
16
13
properties :
17
14
compatible :
18
15
oneOf :
@@ -65,6 +62,30 @@ properties:
65
62
items :
66
63
- const : link_state
67
64
65
+ allOf :
66
+ - $ref : cdns-pcie-ep.yaml#
67
+ - if :
68
+ properties :
69
+ compatible :
70
+ enum :
71
+ - ti,am64-pcie-ep
72
+ then :
73
+ properties :
74
+ num-lanes :
75
+ const : 1
76
+
77
+ - if :
78
+ properties :
79
+ compatible :
80
+ enum :
81
+ - ti,j7200-pcie-ep
82
+ - ti,j721e-pcie-ep
83
+ then :
84
+ properties :
85
+ num-lanes :
86
+ minimum : 1
87
+ maximum : 2
88
+
68
89
required :
69
90
- compatible
70
91
- reg
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ title: TI J721E PCI Host (PCIe Wrapper)
10
10
maintainers :
11
11
-
Kishon Vijay Abraham I <[email protected] >
12
12
13
- allOf :
14
- - $ref : cdns-pcie-host.yaml#
15
-
16
13
properties :
17
14
compatible :
18
15
oneOf :
@@ -94,6 +91,30 @@ properties:
94
91
interrupts :
95
92
maxItems : 1
96
93
94
+ allOf :
95
+ - $ref : cdns-pcie-host.yaml#
96
+ - if :
97
+ properties :
98
+ compatible :
99
+ enum :
100
+ - ti,am64-pcie-host
101
+ then :
102
+ properties :
103
+ num-lanes :
104
+ const : 1
105
+
106
+ - if :
107
+ properties :
108
+ compatible :
109
+ enum :
110
+ - ti,j7200-pcie-host
111
+ - ti,j721e-pcie-host
112
+ then :
113
+ properties :
114
+ num-lanes :
115
+ minimum : 1
116
+ maximum : 2
117
+
97
118
required :
98
119
- compatible
99
120
- reg
You can’t perform that action at this time.
0 commit comments