devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Remoteprocs (ADSP, CDSP, WPSS) for SC7280
@ 2023-10-27 14:20 Luca Weiss
  2023-10-27 14:20 ` [PATCH 1/9] dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names Luca Weiss
                   ` (8 more replies)
  0 siblings, 9 replies; 31+ messages in thread
From: Luca Weiss @ 2023-10-27 14:20 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Mathieu Poirier,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Manivannan Sadhasivam, cros-qcom-dts-watchers
  Cc: ~postmarketos/upstreaming, phone-devel, Krzysztof Kozlowski,
	Rob Herring, Matti Lehtimäki, linux-arm-msm,
	linux-remoteproc, devicetree, linux-kernel, Luca Weiss

This series adds support for the ADSP, CDSP and WPSS remoteprocs found
on SC7280. And finally enable them and WiFi on the QCM6490-based
Fairphone 5 smartphone.

The first two patches are fixes for the MPSS to fix some dt validation
issues. They're included in this series to avoid conflicts with the
later patches and keep it simpler.

Please note, that the ChromeOS-based devices using SC7280 need different
driver and dts support, similar to how there's already
qcom,sc7280-mpss-pas for "standard" firmware and there's
qcom,sc7280-mss-pil for ChromeOS firmware.

I'm aware of the series also adding SC7280 ADSP support with the last
revision sent in June this year.

https://lore.kernel.org/linux-arm-msm/20230616103534.4031331-1-quic_mohs@quicinc.com/

However there's some differences since that series added the "pil"
variant for ChromeOS, not "pas" for standard firmware. Also it seems on
ChromeOS devices gpr+q6apm+q6prm is used. On my device it appears to be
instead apr+q6afe+q6asm+q6adm but I don't add either in this series to
keep it a bit simpler, and I couldn't test much of that yet.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (9):
      dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names
      arm64: dts: qcom: sc7280: Remove unused second MPSS reg
      dt-bindings: remoteproc: qcom: sc7180-pas: Add SC7280 compatibles
      remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSS
      arm64: dts: qcom: sc7280: Use WPSS PAS instead of PIL
      arm64: dts: qcom: sc7280: Add ADSP node
      arm64: dts: qcom: sc7280: Add CDSP node
      arm64: dts: qcom: qcm6490-fairphone-fp5: Enable various remoteprocs
      arm64: dts: qcom: qcm6490-fairphone-fp5: Enable WiFi

 .../bindings/remoteproc/qcom,sc7180-pas.yaml       |  21 ++
 arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts |  24 +++
 arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi |  24 ++-
 .../boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi    |   2 +
 arch/arm64/boot/dts/qcom/sc7280.dtsi               | 225 +++++++++++++++++++--
 drivers/remoteproc/qcom_q6v5_pas.c                 |  19 ++
 6 files changed, 300 insertions(+), 15 deletions(-)
---
base-commit: 6a0dad42244c987e3c12bfae728199e360acf079
change-id: 20231027-sc7280-remoteprocs-048208cc1e13

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2023-11-13 14:10 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 14:20 [PATCH 0/9] Remoteprocs (ADSP, CDSP, WPSS) for SC7280 Luca Weiss
2023-10-27 14:20 ` [PATCH 1/9] dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names Luca Weiss
2023-10-28  8:01   ` Krzysztof Kozlowski
2023-10-27 14:20 ` [PATCH 2/9] arm64: dts: qcom: sc7280: Remove unused second MPSS reg Luca Weiss
2023-10-28  8:04   ` Krzysztof Kozlowski
2023-10-27 14:20 ` [PATCH 3/9] dt-bindings: remoteproc: qcom: sc7180-pas: Add SC7280 compatibles Luca Weiss
2023-10-28  8:05   ` Krzysztof Kozlowski
2023-10-27 14:20 ` [PATCH 4/9] remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSS Luca Weiss
2023-10-27 14:20 ` [PATCH 5/9] arm64: dts: qcom: sc7280: Use WPSS PAS instead of PIL Luca Weiss
2023-10-27 14:20 ` [PATCH 6/9] arm64: dts: qcom: sc7280: Add ADSP node Luca Weiss
2023-10-28  8:05   ` Krzysztof Kozlowski
2023-10-27 14:20 ` [PATCH 7/9] arm64: dts: qcom: sc7280: Add CDSP node Luca Weiss
2023-10-28  8:06   ` Krzysztof Kozlowski
2023-10-30  9:04   ` Mukesh Ojha
2023-10-30  9:12     ` Luca Weiss
2023-10-30 14:11       ` Doug Anderson
2023-10-30 14:43         ` Luca Weiss
2023-10-30 15:03           ` Doug Anderson
2023-10-31  6:44             ` Mukesh Ojha
2023-10-31  6:51               ` Luca Weiss
2023-10-27 14:20 ` [PATCH 8/9] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable various remoteprocs Luca Weiss
2023-10-30 19:26   ` Konrad Dybcio
2023-10-31 10:32     ` Luca Weiss
2023-10-27 14:20 ` [PATCH 9/9] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable WiFi Luca Weiss
2023-10-30 19:26   ` Konrad Dybcio
2023-10-31 10:31     ` Luca Weiss
2023-10-31 10:32       ` Konrad Dybcio
2023-11-04 13:23       ` Dmitry Baryshkov
2023-11-13 12:22         ` Kalle Valo
2023-11-13 12:50           ` Luca Weiss
2023-11-13 14:10             ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).