mbox series

[v3,0/4] arm64: dts: qcom: sm8750: Initial audio support (not yet complete)

Message ID 20250312-sm8750-audio-v3-0-40fbb3e53f95@linaro.org (mailing list archive)
Headers show
Series arm64: dts: qcom: sm8750: Initial audio support (not yet complete) | expand

Message

Krzysztof Kozlowski March 12, 2025, 12:44 p.m. UTC
Hi,

Changes in v3:
- Add Rb tags
- Correct va-macro region size (0x1000->0x2000)
- Link to v2: https://lore.kernel.org/r/20250220-sm8750-audio-v2-0-fbe243c4afc3@linaro.org

Changes in v2:
- Use 0x0 to match rest of sm8750
- Re-order some nodes to keep preferred order by unit address
- Add Rb tags
- Link to v1: https://lore.kernel.org/r/20241101-sm8750-audio-v1-0-730aec176459@linaro.org

No dependencies - everything merged. Bindings also merged to mainline.

Description
===========
Add necessary SoC components for sound on SM8750: ADSP and relates
blocks, LPASS pin controller and macro codecs.

This is an early release, as I don't have sound yet fully ready, but
speakers and DMICs work with these patches on my WIP branch.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (4):
      arm64: dts: qcom: sm8750: Add IPCC, SMP2P, AOSS and ADSP
      arm64: dts: qcom: sm8750: Add LPASS macro codecs and pinctrl
      arm64: dts: qcom: sm8750-mtp: Enable ADSP
      arm64: dts: qcom: sm8750-qrd: Enable ADSP

 arch/arm64/boot/dts/qcom/sm8750-mtp.dts |   7 +
 arch/arm64/boot/dts/qcom/sm8750-qrd.dts |   7 +
 arch/arm64/boot/dts/qcom/sm8750.dtsi    | 342 ++++++++++++++++++++++++++++++++
 3 files changed, 356 insertions(+)
---
base-commit: eea255893718268e1ab852fb52f70c613d109b99
change-id: 20241022-sm8750-audio-d3e7fb676716

Best regards,