Re: [PATCH v2 1/2] arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support
From: Konrad Dybcio
Date: Fri Jul 17 2026 - 04:28:46 EST
On 7/13/26 2:18 PM, Ravi Hothi wrote:
> Add SoC-level LPASS WSA macro, VA macro, SoundWire controller and LPASS
> LPI pin controller nodes. DMIC and WSA SoundWire pinctrl states are
> defined inside the LPASS LPI pin controller node. The hardware is similar
> to the SM8750 platform.
>
> The WSA macro, VA macro and SoundWire controller are kept disabled so
> board DTS files can selectively enable and configure them.
>
> Signed-off-by: Ravi Hothi <ravi.hothi@xxxxxxxxxxxxxxxx>
> ---
[...]
> + #address-cells = <2>;
> + #size-cells = <0>;
> + #sound-dai-cells = <1>;
> +
> + status = "disabled";
> + };
> lpass_lpiaon_noc: interconnect@7400000 {
Missing \n above
Konrad