Commit 65681041 authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Dmitry Baryshkov

dt-bindings: display/msm: hdmi: add qcom,hdmi-tx-8998

HDMI TX block embedded in the APQ8098.
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarMarc Gonzalez <mgonzalez@freebox.fr>
Patchwork: https://patchwork.freedesktop.org/patch/605638/
Link: https://lore.kernel.org/r/20240724-hdmi-tx-v7-2-e44a20553464@freebox.frSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 8886def2
...@@ -19,14 +19,15 @@ properties: ...@@ -19,14 +19,15 @@ properties:
- qcom,hdmi-tx-8974 - qcom,hdmi-tx-8974
- qcom,hdmi-tx-8994 - qcom,hdmi-tx-8994
- qcom,hdmi-tx-8996 - qcom,hdmi-tx-8996
- qcom,hdmi-tx-8998
clocks: clocks:
minItems: 1 minItems: 1
maxItems: 5 maxItems: 8
clock-names: clock-names:
minItems: 1 minItems: 1
maxItems: 5 maxItems: 8
reg: reg:
minItems: 1 minItems: 1
...@@ -142,6 +143,7 @@ allOf: ...@@ -142,6 +143,7 @@ allOf:
properties: properties:
clocks: clocks:
minItems: 5 minItems: 5
maxItems: 5
clock-names: clock-names:
items: items:
- const: mdp_core - const: mdp_core
...@@ -151,6 +153,28 @@ allOf: ...@@ -151,6 +153,28 @@ allOf:
- const: extp - const: extp
hdmi-mux-supplies: false hdmi-mux-supplies: false
- if:
properties:
compatible:
contains:
enum:
- qcom,hdmi-tx-8998
then:
properties:
clocks:
minItems: 8
maxItems: 8
clock-names:
items:
- const: mdp_core
- const: iface
- const: core
- const: alt_iface
- const: extp
- const: bus
- const: mnoc
- const: iface_mmss
additionalProperties: false additionalProperties: false
examples: examples:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment