File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
Documentation/devicetree/bindings/display/msm Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,15 @@ properties:
19
19
- qcom,hdmi-tx-8974
20
20
- qcom,hdmi-tx-8994
21
21
- qcom,hdmi-tx-8996
22
+ - qcom,hdmi-tx-8998
22
23
23
24
clocks :
24
25
minItems : 1
25
- maxItems : 5
26
+ maxItems : 8
26
27
27
28
clock-names :
28
29
minItems : 1
29
- maxItems : 5
30
+ maxItems : 8
30
31
31
32
reg :
32
33
minItems : 1
@@ -142,6 +143,7 @@ allOf:
142
143
properties :
143
144
clocks :
144
145
minItems : 5
146
+ maxItems : 5
145
147
clock-names :
146
148
items :
147
149
- const : mdp_core
@@ -151,6 +153,28 @@ allOf:
151
153
- const : extp
152
154
hdmi-mux-supplies : false
153
155
156
+ - if :
157
+ properties :
158
+ compatible :
159
+ contains :
160
+ enum :
161
+ - qcom,hdmi-tx-8998
162
+ then :
163
+ properties :
164
+ clocks :
165
+ minItems : 8
166
+ maxItems : 8
167
+ clock-names :
168
+ items :
169
+ - const : mdp_core
170
+ - const : iface
171
+ - const : core
172
+ - const : alt_iface
173
+ - const : extp
174
+ - const : bus
175
+ - const : mnoc
176
+ - const : iface_mmss
177
+
154
178
additionalProperties : false
155
179
156
180
examples :
You can’t perform that action at this time.
0 commit comments