On Thu, Jul 25, 2024 at 7:33 PM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 25/07/2024 10:59, Shengjiu Wang wrote: > > Add audio XCVR sound card, which supports SPDIF TX & RX only, > > eARC RX, ARC RX are not supported. > > > > Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx> > > --- > > .../boot/dts/freescale/imx93-11x11-evk.dts | 40 +++++++++++++++++++ > > 1 file changed, 40 insertions(+) > > > > }; > > > > &adc1 { > > @@ -469,6 +482,19 @@ &wdog3 { > > status = "okay"; > > }; > > > > +&xcvr { > > + #sound-dai-cells = <0>; > > Why this is not a property of the SoC? This applies to other patches as > well. I think you mean it need to move to imx93.dtsi. Ok, will do it. best regards Shengjiu Wang > > Best regards, > Krzysztof >