File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ properties:
26
26
reg :
27
27
maxItems : 1
28
28
29
+ gpio-line-names :
30
+ minItems : 5
31
+ maxItems : 17
32
+
29
33
interrupts :
30
34
maxItems : 1
31
35
@@ -87,6 +91,45 @@ required:
87
91
88
92
allOf :
89
93
- $ref : pinctrl.yaml#
94
+ - if :
95
+ properties :
96
+ compatible :
97
+ contains :
98
+ enum :
99
+ - semtech,sx1501q
100
+ - semtech,sx1504q
101
+ - semtech,sx1507q
102
+ then :
103
+ properties :
104
+ gpio-line-names :
105
+ minItems : 5
106
+ maxItems : 5
107
+ - if :
108
+ properties :
109
+ compatible :
110
+ contains :
111
+ enum :
112
+ - semtech,sx1502q
113
+ - semtech,sx1505q
114
+ - semtech,sx1508q
115
+ then :
116
+ properties :
117
+ gpio-line-names :
118
+ minItems : 9
119
+ maxItems : 9
120
+ - if :
121
+ properties :
122
+ compatible :
123
+ contains :
124
+ enum :
125
+ - semtech,sx1503q
126
+ - semtech,sx1506q
127
+ - semtech,sx1509q
128
+ then :
129
+ properties :
130
+ gpio-line-names :
131
+ minItems : 17
132
+ maxItems : 17
90
133
- if :
91
134
not :
92
135
properties :
You can’t perform that action at this time.
0 commit comments