[PATCH v4 0/2] arm64: dts: qcom: eliza: Add audio support
From: Ravi Hothi
Date: Fri Jul 31 2026 - 04:47:12 EST
Add audio support for the Qualcomm Eliza SoC and CQS EVK board.
Patch 1 adds SoC-level LPASS WSA macro, VA macro, SoundWire controller
and LPASS LPI pin controller nodes to eliza.dtsi, along with DMIC and
WSA SoundWire pinctrl states. The SoundWire node is kept disabled so
board DTS files can selectively enable and configure it.
Patch 2 enables the sound card on the Eliza CQS EVK platform, including
the WSA8845 external speaker path and DMIC capture via VA macro, along
with the required LPASS macro and SoundWire configurations.
Changes in v4:
- Enable the LPASS macros by default in eliza.dtsi, keeping only the SoundWire controller disabled
(suggested by Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>).
- Picked up Konrad's R-b tag.
- Link to v3: https://lore.kernel.org/all/20260723121516.2341900-1-ravi.hothi@xxxxxxxxxxxxxxxx/
Changes in v3 (suggested by Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>):
- Added missing blank line before lpass_lpiaon_noc node in eliza.dtsi
- Fixed codec/cpu sub-node ordering in va-dai-link and wsa-dai-link
- Reordered &label references alphabetically in eliza-cqs-evk.dts
- Removed regulator-boot-on from dmic_eldo fixed regulator
- Removed output-low from spkr_1_sd_n_active and spkr_2_sd_n_active TLMM pinconf states
- Link to v2: https://lore.kernel.org/all/20260713121816.2728888-1-ravi.hothi@xxxxxxxxxxxxxxxx/
Changes in v2:
- Fix node ordering in eliza.dtsi, lpass_wsamacro and swr0 nodes must
come before lpass_lpiaon_noc to maintain ascending address order
(Suggested-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>)
- Replace gpio-hog with gpio property in regulator-fixed node so the
regulator core controls PM7550 GPIO8 directly
(Suggested-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>)
- Move status = "okay" to last property in all override nodes
(Suggested-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>)
- Link to v1: https://lore.kernel.org/all/20260703083421.2736184-1-ravi.hothi@xxxxxxxxxxxxxxxx/
Ravi Hothi (2):
arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support
arm64: dts: qcom: eliza-cqs-evk: Enable sound card support with
WSA8845 and DMIC
arch/arm64/boot/dts/qcom/eliza-cqs-evk.dts | 141 +++++++++++++++
arch/arm64/boot/dts/qcom/eliza.dtsi | 189 +++++++++++++++++++++
2 files changed, 330 insertions(+)
base-commit: 95d6a9ccef99117115e41e9adb271243bd5e985b
--
2.34.1