On 28.06.2024 3:07 AM, Alexey Klimov wrote: > Add sound node, dsp-related pieces and LPASS pinctrl to enable > HDMI audio support on Qualcomm QRB4210 RB2 board. That is the > only sound output supported for now. > > Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx> > --- [...] > +&q6asmdai { > + dai@0 { > + reg = <0>; > + }; > + > + dai@1 { > + reg = <1>; > + }; > + > + dai@2 { > + reg = <2>; > + }; Should these DAIs be moved to the SoC node? Konrad