[PATCH 0/4] sc7180: Add ADSP

From: Nikita Travkin
Date: Tue Sep 05 2023 - 12:51:11 EST


sc7180 has an ADSP remoteproc that can be used to control the sound
hardware. This remoteproc has to be used on those devices that use
Qualcomm firmware and thus are locked out of driving the lpass directly.

Introducing the ADSP would allow multiple WoA laptops such as Aspire 1
to provide sound. It's also useful for the sm7125 devices that are to be
included to the kernel [1]

This series adds the ADSP and the sound services needed to make use of
it later.

[1] https://lore.kernel.org/all/20230824091737.75813-1-davidwronek@xxxxxxxxx/

Signed-off-by: Nikita Travkin <nikita@xxxxxxx>
---
Nikita Travkin (4):
dt-bindings: remoteproc: qcom: sc7180-pas: Add ADSP compatible
remoteproc: qcom: pas: Add sc7180 adsp
arm64: dts: qcom: sc7180: Add tertiary mi2s pinctrl
arm64: dts: qcom: sc7180: Add ADSP

.../bindings/remoteproc/qcom,sc7180-pas.yaml | 12 ++
arch/arm64/boot/dts/qcom/sc7180.dtsi | 127 +++++++++++++++++++++
drivers/remoteproc/qcom_q6v5_pas.c | 1 +
3 files changed, 140 insertions(+)
---
base-commit: c50216cfa084d5eb67dc10e646a3283da1595bb6
change-id: 20230905-sc7180-adsp-rproc-a745b88af298

Best regards,
--
Nikita Travkin <nikita@xxxxxxx>