Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: bridge: Reference DAI common schema

Several display bridges (e.g. LVDS to HDMI converters) are used as sound
Digital Audio Interface (DAI) and have '#sound-dai-cells', thus they
should reference dai-common.yaml schema to allow common properties, like
DAI name.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250904083816.48076-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
c2cf3622 cce65107

+17 -4
+1
Documentation/devicetree/bindings/display/bridge/ite,it6263.yaml
··· 28 28 29 29 allOf: 30 30 - $ref: /schemas/display/lvds-dual-ports.yaml# 31 + - $ref: /schemas/sound/dai-common.yaml# 31 32 32 33 properties: 33 34 compatible:
+4 -1
Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
··· 84 84 - interrupts 85 85 - ports 86 86 87 - additionalProperties: false 87 + allOf: 88 + - $ref: /schemas/sound/dai-common.yaml# 89 + 90 + unevaluatedProperties: false 88 91 89 92 examples: 90 93 - |
+4 -1
Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml
··· 69 69 - vcc-supply 70 70 - ports 71 71 72 - additionalProperties: false 72 + allOf: 73 + - $ref: /schemas/sound/dai-common.yaml# 74 + 75 + unevaluatedProperties: false 73 76 74 77 examples: 75 78 - |
+4 -1
Documentation/devicetree/bindings/display/bridge/nxp,tda998x.yaml
··· 81 81 - required: 82 82 - ports 83 83 84 - additionalProperties: false 84 + allOf: 85 + - $ref: /schemas/sound/dai-common.yaml# 86 + 87 + unevaluatedProperties: false 85 88 86 89 examples: 87 90 - |
+4 -1
Documentation/devicetree/bindings/display/bridge/sil,sii9022.yaml
··· 109 109 - compatible 110 110 - reg 111 111 112 - additionalProperties: false 112 + allOf: 113 + - $ref: /schemas/sound/dai-common.yaml# 114 + 115 + unevaluatedProperties: false 113 116 114 117 examples: 115 118 - |