Skip to content

Commit 325af1b

Browse files
wensdianders
authored andcommitted
dt-bindings: display: bridge: it6505: Add #sound-dai-cells
The ITE IT6505 display bridge can take one I2S input and transmit it over the DisplayPort link. Add #sound-dai-cells (= 0) to the binding for it. Signed-off-by: Chen-Yu Tsai <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b48ccb1 commit 325af1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ title: ITE it6505
99
maintainers:
1010
- Allen Chen <[email protected]>
1111

12+
allOf:
13+
- $ref: /schemas/sound/dai-common.yaml#
14+
1215
description: |
1316
The IT6505 is a high-performance DisplayPort 1.1a transmitter,
1417
fully compliant with DisplayPort 1.1a, HDCP 1.3 specifications.
@@ -52,6 +55,9 @@ properties:
5255
maxItems: 1
5356
description: extcon specifier for the Power Delivery
5457

58+
"#sound-dai-cells":
59+
const: 0
60+
5561
ports:
5662
$ref: /schemas/graph.yaml#/properties/ports
5763

@@ -105,7 +111,7 @@ required:
105111
- extcon
106112
- ports
107113

108-
additionalProperties: false
114+
unevaluatedProperties: false
109115

110116
examples:
111117
- |

0 commit comments

Comments
 (0)