Message ID | 20230907-sc7180-adsp-rproc-v3-0-6515c3fbe0a3@trvn.ru |
---|---|
Headers | show |
Series | sc7180: Add ADSP | expand |
On 7.09.2023 12:02, Nikita Travkin wrote: > Some devices use tertiary mi2s to connect external audio codec. > Add it near the other two i2s pinctrl definitions so the devices don't > have to duplicate it. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
Quoting 'Nikita Travkin' via cros-qcom-dts-watchers (2023-09-07 03:02:35) > sc7180 has a dedicated ADSP similar to the one found in sm8250. > Add it's compatible to the driver reusing the existing config so > the devices that use the adsp can probe it. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Quoting 'Nikita Travkin' via cros-qcom-dts-watchers (2023-09-07 03:02:37) > sc7180 has an ADSP remoteproc that exclusively controls the audio > hardware on devices that use Qualcomm firmware. > > Add it along with the relevant audio services. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
On Thu, 07 Sep 2023 15:02:33 +0500, Nikita Travkin wrote: > 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] > > [...] Applied, thanks! [3/4] arm64: dts: qcom: sc7180: Add tertiary mi2s pinctrl commit: 828298a9efb237b76fa667bb74a6450d1df3eeed [4/4] arm64: dts: qcom: sc7180: Add ADSP commit: a3d5fb3b084c0c67f9918a866b92cbe09b9e1d77 Best regards,
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@gmail.com/ Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- Changes in v3: - Reorder the pinctrl - Fixup remoteproc submode per schema - Link to v2: https://lore.kernel.org/r/20230905-sc7180-adsp-rproc-v2-0-8ab7f299600a@trvn.ru Changes in v2: - Refactor the pas binding to fit adsp better - Fixup remoteproc subnode names and property order - Link to v1: https://lore.kernel.org/r/20230905-sc7180-adsp-rproc-v1-0-dfea7699da7b@trvn.ru --- 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 | 81 +++++++++---- arch/arm64/boot/dts/qcom/sc7180.dtsi | 127 +++++++++++++++++++++ drivers/remoteproc/qcom_q6v5_pas.c | 1 + 3 files changed, 184 insertions(+), 25 deletions(-) --- base-commit: cd04b2fab5ee58862674e9bab3cbc8e9a8576845 change-id: 20230905-sc7180-adsp-rproc-a745b88af298 Best regards,