Skip to content

Commit 136c653

Browse files
Fabio Estevamrobherring
authored andcommitted
dt-bindings: display: adi,adv75xx: Document #sound-dai-cells
When using audio from ADV7533 or ADV7535 and describing the audio card via simple-audio-card, the '#sound-dai-cells' needs to be passed. Document the '#sound-dai-cells' property to fix the following dt-schema warning: imx8mn-beacon-kit.dtb: hdmi@3d: '#sound-dai-cells' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/display/bridge/adi,adv7533.yaml# Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Adam Ford <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent b6c7ca4 commit 136c653

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ title: Analog Devices ADV7533/35 HDMI Encoders
99
maintainers:
1010
- Laurent Pinchart <[email protected]>
1111

12+
allOf:
13+
- $ref: /schemas/sound/dai-common.yaml#
14+
1215
description: |
1316
The ADV7533 and ADV7535 are HDMI audio and video transmitters
1417
compatible with HDMI 1.4 and DVI 1.0. They support color space
@@ -89,6 +92,9 @@ properties:
8992
$ref: /schemas/types.yaml#/definitions/uint32
9093
enum: [ 1, 2, 3, 4 ]
9194

95+
"#sound-dai-cells":
96+
const: 0
97+
9298
ports:
9399
description:
94100
The ADV7533/35 has two video ports and one audio port.

0 commit comments

Comments
 (0)