File tree Expand file tree Collapse file tree 5 files changed +26
-21
lines changed
Documentation/devicetree/bindings/net/bluetooth Expand file tree Collapse file tree 5 files changed +26
-21
lines changed Original file line number Diff line number Diff line change @@ -119,29 +119,28 @@ properties:
119
119
items :
120
120
- const : host-wakeup
121
121
122
- max-speed : true
123
- current-speed : true
124
-
125
122
required :
126
123
- compatible
127
124
128
125
dependencies :
129
126
brcm,requires-autobaud-mode : [ shutdown-gpios ]
130
127
131
- if :
132
- not :
133
- properties :
134
- compatible :
135
- contains :
136
- enum :
137
- - brcm,bcm20702a1
138
- - brcm,bcm4329-bt
139
- - brcm,bcm4330-bt
140
- then :
141
- properties :
142
- reset-gpios : false
143
-
144
- additionalProperties : false
128
+ allOf :
129
+ - $ref : /schemas/serial/serial-peripheral-props.yaml#
130
+ - if :
131
+ not :
132
+ properties :
133
+ compatible :
134
+ contains :
135
+ enum :
136
+ - brcm,bcm20702a1
137
+ - brcm,bcm4329-bt
138
+ - brcm,bcm4330-bt
139
+ then :
140
+ properties :
141
+ reset-gpios : false
142
+
143
+ unevaluatedProperties : false
145
144
146
145
examples :
147
146
- |
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ properties:
19
19
- mrvl,88w8897
20
20
- mrvl,88w8997
21
21
22
- max-speed :
23
- description : see Documentation/devicetree/bindings/serial/serial.yaml
22
+ max-speed : true
24
23
25
24
required :
26
25
- compatible
27
26
28
27
allOf :
28
+ - $ref : /schemas/serial/serial-peripheral-props.yaml#
29
29
- if :
30
30
properties :
31
31
compatible :
Original file line number Diff line number Diff line change @@ -98,8 +98,7 @@ properties:
98
98
vddwlmx-supply :
99
99
description : VDD_WLMX supply regulator handle
100
100
101
- max-speed :
102
- description : see Documentation/devicetree/bindings/serial/serial.yaml
101
+ max-speed : true
103
102
104
103
firmware-name :
105
104
description : specify the name of nvm firmware to load
@@ -118,6 +117,7 @@ additionalProperties: false
118
117
119
118
allOf :
120
119
- $ref : bluetooth-controller.yaml#
120
+ - $ref : /schemas/serial/serial-peripheral-props.yaml#
121
121
- if :
122
122
properties :
123
123
compatible :
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ properties:
46
46
required :
47
47
- compatible
48
48
49
+ allOf :
50
+ - $ref : /schemas/serial/serial-peripheral-props.yaml#
51
+
49
52
additionalProperties : false
50
53
51
54
examples :
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ properties:
74
74
required :
75
75
- compatible
76
76
77
+ allOf :
78
+ - $ref : /schemas/serial/serial-peripheral-props.yaml#
79
+
77
80
additionalProperties : false
78
81
79
82
examples :
You can’t perform that action at this time.
0 commit comments