[PATCH v9 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards

Mohammad Rafi Shaik posted 8 patches 4 weeks, 1 day ago
.../bindings/sound/qcom,lpass-va-macro.yaml   |  23 +-
arch/arm64/boot/dts/qcom/qcm6490-idp.dts      | 207 ++++++++++++++++++
.../boot/dts/qcom/qcs6490-audioreach.dtsi     | 119 ++++++++++
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts  |  80 +++++++
arch/arm64/boot/dts/qcom/sc7280.dtsi          |  99 ++++++++-
5 files changed, 522 insertions(+), 6 deletions(-)
create mode 100644 arch/arm64/boot/dts/qcom/qcs6490-audioreach.dtsi
[PATCH v9 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
Posted by Mohammad Rafi Shaik 4 weeks, 1 day ago
Audio support is now enabled on the qcs6490-RB3Gen2 and qcm6490-idp boards.
The updates include adding the necessary audio device tree support and the
required dependencies.

Both the qcs6490-RB3Gen2 and qcm6490-idp boards are derived from the
same SoC  platform. Therefore, the audio support changes are included
in a single patch set for consistency and ease of maintenance.

changes in [v9]:
	- Enhanced the commit message for patch 2 with a more detailed description,
	  as suggested by Bjorn.
	- Dropped patch V8-0002 (pinctrl DT-binding) since it has already been applied.
	- Reorganized the patch series, bindings are now presented first,
	  followed by DTS changes.
	- Link to V8: https://lore.kernel.org/linux-sound/20250821044914.710044-1-quic_pkumpatl@quicinc.com/

changes in [v8]:
	- Added drive strength for all lpass_dmic pinctrl nodes reported by Konrad Dybcio.
	- Rebased changes on top of the latest kernel tree.
	- Link to V7: https://lore.kernel.org/all/20250720173215.3075576-1-quic_pkumpatl@quicinc.com/

changes in [v7]:
	- Addressed the review commnets in dt-binding patches from Krzysztof Kozlowski
	- Rebased changes on top of dependent patches
	- Link to V6: https://lore.kernel.org/linux-sound/20250715180050.3920019-1-quic_pkumpatl@quicinc.com/

changes in [v6]:
	- Addressed the review commnets in dt-binding patches from Krzysztof Kozlowski
	- Link to V5: https://lore.kernel.org/linux-arm-msm/20250625082927.31038-1-quic_pkumpatl@quicinc.com/

changes in [v5]:
	- Added separate patch for QCS6490 pinctrl bindings.
	- Updated commit message with more description.
	- Addressed the review commnets.
	- Link to V4: https://lore.kernel.org/linux-arm-msm/20250527111227.2318021-1-quic_pkumpatl@quicinc.com/

Changes in [v4]:
	- Fix DT binding errors by adding dt-binding clock changes for ADSP base platform.
	- Link to V3 : https://lore.kernel.org/linux-arm-msm/20250520062618.2765109-1-quic_pkumpatl@quicinc.com/

Changes in [v3]:
	- Added protection-domain in gpr services.
	- Addressed the review commnets from Konrad Dybcio.
	- Fix DT binding errors reported by Rob Herring.
	- Link to V2 : https://lore.kernel.org/linux-arm-msm/20250429092430.21477-1-quic_pkumpatl@quicinc.com/

Changes in [v2]:
	- Created dtsi file to handle common audio nodes to support Audioreach.
	- Addressed the review comments.
	- Link to V1 : https://lore.kernel.org/linux-arm-msm/20250317054151.6095-2-quic_pkumpatl@quicinc.com/

Mohammad Rafi Shaik (8):
  ASoC: dt-bindings: qcom,lpass-va-macro: Update bindings for clocks to
    support ADSP
  arm64: dts: qcom: qcs6490-audioreach: Add AudioReach support for
    QCS6490
  arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support
  arm64: dts: qcom: qcs6490-audioreach: Enable LPASS macros clock
    settings for audioreach
  arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier
  arm64: dts: qcom: qcs6490-rb3gen2: Add sound card
  arm64: dts: qcom: qcm6490-idp: Add WSA8830 speakers and WCD9370
    headset codec
  arm64: dts: qcom: qcm6490-idp: Add sound card

 .../bindings/sound/qcom,lpass-va-macro.yaml   |  23 +-
 arch/arm64/boot/dts/qcom/qcm6490-idp.dts      | 207 ++++++++++++++++++
 .../boot/dts/qcom/qcs6490-audioreach.dtsi     | 119 ++++++++++
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts  |  80 +++++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi          |  99 ++++++++-
 5 files changed, 522 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/qcs6490-audioreach.dtsi


base-commit: 3db46a82d467bd23d9ebc473d872a865785299d8
-- 
2.34.1
Re: (subset) [PATCH v9 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
Posted by Mark Brown 4 weeks ago
On Wed, 03 Sep 2025 20:43:29 +0530, Mohammad Rafi Shaik wrote:
> Audio support is now enabled on the qcs6490-RB3Gen2 and qcm6490-idp boards.
> The updates include adding the necessary audio device tree support and the
> required dependencies.
> 
> Both the qcs6490-RB3Gen2 and qcm6490-idp boards are derived from the
> same SoC  platform. Therefore, the audio support changes are included
> in a single patch set for consistency and ease of maintenance.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/8] ASoC: dt-bindings: qcom,lpass-va-macro: Update bindings for clocks to support ADSP
      commit: 7748328c2fd82efed24257b2bfd796eb1fa1d09b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: (subset) [PATCH v9 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
Posted by Bjorn Andersson 3 weeks, 3 days ago
On Wed, 03 Sep 2025 20:43:29 +0530, Mohammad Rafi Shaik wrote:
> Audio support is now enabled on the qcs6490-RB3Gen2 and qcm6490-idp boards.
> The updates include adding the necessary audio device tree support and the
> required dependencies.
> 
> Both the qcs6490-RB3Gen2 and qcm6490-idp boards are derived from the
> same SoC  platform. Therefore, the audio support changes are included
> in a single patch set for consistency and ease of maintenance.
> 
> [...]

Applied, thanks!

[2/8] arm64: dts: qcom: qcs6490-audioreach: Add AudioReach support for QCS6490
      commit: 7c6de7511149da119b3aa9476ce5f746b9a3c786
[3/8] arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support
      commit: eec852a4c84259c0fe68aaaed60c26dbf49b4ff2
[4/8] arm64: dts: qcom: qcs6490-audioreach: Enable LPASS macros clock settings for audioreach
      commit: d3c438554c6600fdc49430279e147aae1cb33876
[5/8] arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier
      commit: b6b4c9f76a8b173a1a1455d181d19b5ab8842a47
[6/8] arm64: dts: qcom: qcs6490-rb3gen2: Add sound card
      commit: 48b5ea6de47f58a0b5d1641ea8eb78157666d4a5
[7/8] arm64: dts: qcom: qcm6490-idp: Add WSA8830 speakers and WCD9370 headset codec
      commit: aa04c298619ff2621691ef1df5e243637d777222
[8/8] arm64: dts: qcom: qcm6490-idp: Add sound card
      commit: 7fd5b4a203cf88d1ad87aff27f9f23aed7b6dbd4

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>