File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Documentation/devicetree/bindings/sound Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ properties:
20
20
enum :
21
21
- st,stm32f4-sai
22
22
- st,stm32h7-sai
23
+ - st,stm32mp25-sai
23
24
24
25
reg :
25
26
items :
@@ -43,9 +44,11 @@ properties:
43
44
const : 1
44
45
45
46
clocks :
47
+ minItems : 1
46
48
maxItems : 3
47
49
48
50
clock-names :
51
+ minItems : 1
49
52
maxItems : 3
50
53
51
54
access-controllers :
@@ -156,7 +159,13 @@ allOf:
156
159
items :
157
160
- const : x8k
158
161
- const : x11k
159
- else :
162
+
163
+ - if :
164
+ properties :
165
+ compatible :
166
+ contains :
167
+ const : st,stm32mph7-sai
168
+ then :
160
169
properties :
161
170
clocks :
162
171
items :
@@ -170,6 +179,21 @@ allOf:
170
179
- const : x8k
171
180
- const : x11k
172
181
182
+ - if :
183
+ properties :
184
+ compatible :
185
+ contains :
186
+ const : st,stm32mp25-sai
187
+ then :
188
+ properties :
189
+ clocks :
190
+ items :
191
+ - description : pclk feeds the peripheral bus interface.
192
+
193
+ clock-names :
194
+ items :
195
+ - const : pclk
196
+
173
197
additionalProperties : false
174
198
175
199
examples :
You can’t perform that action at this time.
0 commit comments