Re: [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support

From: Konrad Dybcio
Date: Sat Jun 29 2024 - 09:00:37 EST


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