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
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,

Comments

Bjorn Andersson March 14, 2025, 8 p.m. UTC | #1
On Wed, 12 Mar 2025 13:44:44 +0100, Krzysztof Kozlowski wrote:
> 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
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: qcom: sm8750: Add IPCC, SMP2P, AOSS and ADSP
      commit: 8744dd90cd6b8ee105f5ade1ca9649451aff416a
[2/4] arm64: dts: qcom: sm8750: Add LPASS macro codecs and pinctrl
      commit: 0fe088574b30588e5fc437be376383b1372da49a
[3/4] arm64: dts: qcom: sm8750-mtp: Enable ADSP
      commit: 0c23fa8648871e6e74cb93ab7089c50f9bc20857
[4/4] arm64: dts: qcom: sm8750-qrd: Enable ADSP
      commit: 23d8b031f302a43408cf43002b6cb13e88e99a10

Best regards,