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 macro and SoundWire nodes are kept
disabled so board DTS files can selectively enable and configure them.
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.
Build Dependency:
This series depends on the following patch which must be applied first,
as it introduces the q6prmcc clock controller node referenced by the
LPASS macro nodes added here:
arm64: dts: qcom: eliza: Describe the ADSP GPR node
https://lore.kernel.org/all/20260716-dts-qcom-eliza-add-gpr-v2-1-9646c57fa513@oss.qualcomm.com/ - Reviewed
Changes in v3 (suggested by Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>):
- 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@oss.qualcomm.com/
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@oss.qualcomm.com>)
- Replace gpio-hog with gpio property in regulator-fixed node so the
regulator core controls PM7550 GPIO8 directly
(Suggested-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>)
- Move status = "okay" to last property in all override nodes
(Suggested-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>)
- Link to v1: https://lore.kernel.org/all/20260703083421.2736184-1-ravi.hothi@oss.qualcomm.com/
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 | 147 ++++++++++++++++
arch/arm64/boot/dts/qcom/eliza.dtsi | 193 +++++++++++++++++++++
2 files changed, 340 insertions(+)
base-commit: 290aaf24a551d5a0dce037e3fab30820f9113a10
prerequisite-patch-id: 84282f8a368672c3f0f8944c442c71713cfd7390
--
2.34.1