On Wed, 27 Mar 2024 16:52:48 +0800, Chen-Yu Tsai wrote: > 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 <wenst@xxxxxxxxxxxx> > --- > Changes since v1 [1]: > - Reference /schemas/sound/dai-common.yaml > - Change "additionalProperties: false" to "unevaluatedProperties: false" > > The driver side changes [2] are still being worked on. > > [1] https://lore.kernel.org/dri-devel/20240126073511.2708574-1-wenst@xxxxxxxxxxxx/ > [2] https://lore.kernel.org/linux-arm-kernel/20230730180803.22570-4-jiaxin.yu@xxxxxxxxxxxx/ > --- > .../devicetree/bindings/display/bridge/ite,it6505.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>