File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Documentation/devicetree/bindings/serial Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ title: Renesas Serial Communication Interface with FIFO (SCIF)
9
9
maintainers :
10
10
-
Geert Uytterhoeven <[email protected] >
11
11
12
- allOf :
13
- - $ref : serial.yaml#
14
-
15
12
properties :
16
13
compatible :
17
14
oneOf :
@@ -161,18 +158,21 @@ required:
161
158
- clock-names
162
159
- power-domains
163
160
164
- if :
165
- properties :
166
- compatible :
167
- contains :
168
- enum :
169
- - renesas,rcar-gen2-scif
170
- - renesas,rcar-gen3-scif
171
- - renesas,rcar-gen4-scif
172
- - renesas,scif-r9a07g044
173
- then :
174
- required :
175
- - resets
161
+ allOf :
162
+ - $ref : serial.yaml#
163
+
164
+ - if :
165
+ properties :
166
+ compatible :
167
+ contains :
168
+ enum :
169
+ - renesas,rcar-gen2-scif
170
+ - renesas,rcar-gen3-scif
171
+ - renesas,rcar-gen4-scif
172
+ - renesas,scif-r9a07g044
173
+ then :
174
+ required :
175
+ - resets
176
176
177
177
unevaluatedProperties : false
178
178
You can’t perform that action at this time.
0 commit comments