[PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards

Mohammad Rafi Shaik posted 9 patches 2 weeks ago
There is a newer version of this series
.../bindings/soc/qcom/qcom,apr.yaml           |   4 +-
.../bindings/sound/qcom,lpass-rx-macro.yaml   |   1 +
.../bindings/sound/qcom,lpass-va-macro.yaml   |  15 +
arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts   | 185 +++++++++++++
arch/arm64/boot/dts/qcom/shikra-cqm-som.dtsi  |   5 +
arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts   | 220 +++++++++++++++
arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts   | 144 ++++++++++
arch/arm64/boot/dts/qcom/shikra.dtsi          | 256 +++++++++++++++++-
arch/arm64/configs/defconfig                  |   2 +
9 files changed, 830 insertions(+), 2 deletions(-)
[PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards
Posted by Mohammad Rafi Shaik 2 weeks ago
This series enables the Shikra audio path on EVK targets by adding the QAIF
CPU endpoint, GPR/APM/PRM services, SoundWire and LPASS macro nodes, and
board-level sound card wiring for CQM, CQS and IQS variants.

---
Changes in v2:
 - Fixed Konrad’s review comments, addressed nitpicks, and alignment issues.
 - Added PM4125 headphone support for the CQS EVK board.
 - Documented TX/RX macro clock constraints.
 - Included MDSP carveout memory and updated APM DAI memory regions.
   (https://lore.kernel.org/all/20260618113509.2025881-3-ajay.nandam@oss.qualcomm.com/).
 - Link to V1: https://patch.msgid.link/20260616201315.2565115-1-mohammad.rafi.shaik@oss.qualcomm.com
---
Mohammad Rafi Shaik (9):
  ASoC: dt-bindings: qcom,apr: Add modem_apps GLINK channel for shikra
  dt-bindings: sound: qcom,lpass-va-macro: Add clock constraints for
    shikra
  arm64: dts: qcom: shikra: Add QAIF CPU node for audio
  arm64: dts: qcom: shikra: Add gpr node
  arm64: dts: qcom: shikra: Add soundwire and macro nodes
  arm64: dts: qcom: shikra-cqm-evk: Enable sound card support
  arm64: dts: qcom: shikra-cqs-evk: Enable sound card support
  arm64: dts: qcom: shikra-iqs-evk: Enable sound card support
  arm64: defconfig: Enable Qualcomm PM4125 and WSA885X drivers

 .../bindings/soc/qcom/qcom,apr.yaml           |   4 +-
 .../bindings/sound/qcom,lpass-rx-macro.yaml   |   1 +
 .../bindings/sound/qcom,lpass-va-macro.yaml   |  15 +
 arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts   | 185 +++++++++++++
 arch/arm64/boot/dts/qcom/shikra-cqm-som.dtsi  |   5 +
 arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts   | 220 +++++++++++++++
 arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts   | 144 ++++++++++
 arch/arm64/boot/dts/qcom/shikra.dtsi          | 256 +++++++++++++++++-
 arch/arm64/configs/defconfig                  |   2 +
 9 files changed, 830 insertions(+), 2 deletions(-)


base-commit: f2bfbc3554ca6919484030729424b9dee2942d24
prerequisite-patch-id: a056f645f45682f1008b321f5e639505f22bb979
prerequisite-patch-id: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43
prerequisite-patch-id: 32a1efe2e364ee15c466f496b1ff3128e5326c66
prerequisite-patch-id: 1ddc51582586120795d86a2ff9f0aef20c0e891e
prerequisite-patch-id: 1e68cced9250cf9fdfbb8cdc27ee8ec47ada4a87
prerequisite-patch-id: 99245529321cadedd30d9e38845b53dba3725de8
-- 
2.34.1

Re: [PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards
Posted by Mark Brown 2 weeks ago
On Fri, Sep 11, 2026 at 04:46:33AM +0530, Mohammad Rafi Shaik wrote:
> This series enables the Shikra audio path on EVK targets by adding the QAIF
> CPU endpoint, GPR/APM/PRM services, SoundWire and LPASS macro nodes, and
> board-level sound card wiring for CQM, CQS and IQS variants.

> base-commit: f2bfbc3554ca6919484030729424b9dee2942d24
> prerequisite-patch-id: a056f645f45682f1008b321f5e639505f22bb979
> prerequisite-patch-id: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43
> prerequisite-patch-id: 32a1efe2e364ee15c466f496b1ff3128e5326c66
> prerequisite-patch-id: 1ddc51582586120795d86a2ff9f0aef20c0e891e
> prerequisite-patch-id: 1e68cced9250cf9fdfbb8cdc27ee8ec47ada4a87
> prerequisite-patch-id: 99245529321cadedd30d9e38845b53dba3725de8

As I've said before could Qualcomm in general *please* stop sending me
things that don't apply.
Re: [PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards
Posted by Konrad Dybcio 2 weeks ago
On 9/11/26 4:05 PM, Mark Brown wrote:
> On Fri, Sep 11, 2026 at 04:46:33AM +0530, Mohammad Rafi Shaik wrote:
>> This series enables the Shikra audio path on EVK targets by adding the QAIF
>> CPU endpoint, GPR/APM/PRM services, SoundWire and LPASS macro nodes, and
>> board-level sound card wiring for CQM, CQS and IQS variants.
> 
>> base-commit: f2bfbc3554ca6919484030729424b9dee2942d24
>> prerequisite-patch-id: a056f645f45682f1008b321f5e639505f22bb979
>> prerequisite-patch-id: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43
>> prerequisite-patch-id: 32a1efe2e364ee15c466f496b1ff3128e5326c66
>> prerequisite-patch-id: 1ddc51582586120795d86a2ff9f0aef20c0e891e
>> prerequisite-patch-id: 1e68cced9250cf9fdfbb8cdc27ee8ec47ada4a87
>> prerequisite-patch-id: 99245529321cadedd30d9e38845b53dba3725de8
> 
> As I've said before could Qualcomm in general *please* stop sending me
> things that don't apply.

Adding to this concern,

prerequisite-patch-id: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43

happens to be "Add linux-next specific files for 20260626"..

while the base-commit is next-20260910

Konrad
Re: [PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards
Posted by Mohammad Rafi Shaik 1 week, 3 days ago

On 9/11/2026 7:48 PM, Konrad Dybcio wrote:
> On 9/11/26 4:05 PM, Mark Brown wrote:
>> On Fri, Sep 11, 2026 at 04:46:33AM +0530, Mohammad Rafi Shaik wrote:
>>> This series enables the Shikra audio path on EVK targets by adding the QAIF
>>> CPU endpoint, GPR/APM/PRM services, SoundWire and LPASS macro nodes, and
>>> board-level sound card wiring for CQM, CQS and IQS variants.
>>
>>> base-commit: f2bfbc3554ca6919484030729424b9dee2942d24
>>> prerequisite-patch-id: a056f645f45682f1008b321f5e639505f22bb979
>>> prerequisite-patch-id: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43
>>> prerequisite-patch-id: 32a1efe2e364ee15c466f496b1ff3128e5326c66
>>> prerequisite-patch-id: 1ddc51582586120795d86a2ff9f0aef20c0e891e
>>> prerequisite-patch-id: 1e68cced9250cf9fdfbb8cdc27ee8ec47ada4a87
>>> prerequisite-patch-id: 99245529321cadedd30d9e38845b53dba3725de8
>>
>> As I've said before could Qualcomm in general *please* stop sending me
>> things that don't apply.
> 
> Adding to this concern,
> 
> prerequisite-patch-id: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43
> 
> happens to be "Add linux-next specific files for 20260626"..
> 
> while the base-commit is next-20260910
> 

Sorry about this. will fix this from my end.

Best regards,

Rafi.



> Konrad