Skip to content

Commit 6568104

Browse files
Zebra345lumag
authored andcommitted
dt-bindings: display/msm: hdmi: add qcom,hdmi-tx-8998
HDMI TX block embedded in the APQ8098. Reviewed-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Signed-off-by: Marc Gonzalez <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/605638/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 8886def commit 6568104

File tree

1 file changed

+26
-2
lines changed
  • Documentation/devicetree/bindings/display/msm

1 file changed

+26
-2
lines changed

Documentation/devicetree/bindings/display/msm/hdmi.yaml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ properties:
1919
- qcom,hdmi-tx-8974
2020
- qcom,hdmi-tx-8994
2121
- qcom,hdmi-tx-8996
22+
- qcom,hdmi-tx-8998
2223

2324
clocks:
2425
minItems: 1
25-
maxItems: 5
26+
maxItems: 8
2627

2728
clock-names:
2829
minItems: 1
29-
maxItems: 5
30+
maxItems: 8
3031

3132
reg:
3233
minItems: 1
@@ -142,6 +143,7 @@ allOf:
142143
properties:
143144
clocks:
144145
minItems: 5
146+
maxItems: 5
145147
clock-names:
146148
items:
147149
- const: mdp_core
@@ -151,6 +153,28 @@ allOf:
151153
- const: extp
152154
hdmi-mux-supplies: false
153155

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+
154178
additionalProperties: false
155179

156180
examples:

0 commit comments

Comments
 (0)