All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] remoteproc: qcom: pas: Add sm6115 remoteprocs
@ 2023-01-28  5:35 Bhupesh Sharma
  2023-01-28  5:35 ` [PATCH 2/2] dt-bindings: remoteproc: qcom: Add sm6115 pas yaml file Bhupesh Sharma
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Bhupesh Sharma @ 2023-01-28  5:35 UTC (permalink / raw)
  To: linux-remoteproc, devicetree
  Cc: mani, mathieu.poirier, agross, andersson, konrad.dybcio,
	linux-arm-msm, linux-kernel, bhupesh.linux, bhupesh.sharma,
	robh+dt, krzysztof.kozlowski+dt

Among the subsystems in the Qualcomm sm6115 platform we find
audio, compute and modem DSPs.

Add support for controlling these using the peripheral
authentication service (PAS) remoteproc driver.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 drivers/remoteproc/qcom_q6v5_pas.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c
index 4e1d9b08def4..9eb5a92bf5f6 100644
--- a/drivers/remoteproc/qcom_q6v5_pas.c
+++ b/drivers/remoteproc/qcom_q6v5_pas.c
@@ -1184,6 +1184,9 @@ static const struct of_device_id adsp_of_match[] = {
 	{ .compatible = "qcom,sdm845-adsp-pas", .data = &sdm845_adsp_resource_init},
 	{ .compatible = "qcom,sdm845-cdsp-pas", .data = &sdm845_cdsp_resource_init},
 	{ .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},
+	{ .compatible = "qcom,sm6115-adsp-pas", .data = &adsp_resource_init},
+	{ .compatible = "qcom,sm6115-cdsp-pas", .data = &cdsp_resource_init},
+	{ .compatible = "qcom,sm6115-mpss-pas", .data = &sc8180x_mpss_resource},
 	{ .compatible = "qcom,sm6350-adsp-pas", .data = &sm6350_adsp_resource},
 	{ .compatible = "qcom,sm6350-cdsp-pas", .data = &sm6350_cdsp_resource},
 	{ .compatible = "qcom,sm6350-mpss-pas", .data = &mpss_resource_init},
-- 
2.38.1


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

end of thread, other threads:[~2023-03-13 19:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28  5:35 [PATCH 1/2] remoteproc: qcom: pas: Add sm6115 remoteprocs Bhupesh Sharma
2023-01-28  5:35 ` [PATCH 2/2] dt-bindings: remoteproc: qcom: Add sm6115 pas yaml file Bhupesh Sharma
2023-01-28 10:21   ` Krzysztof Kozlowski
2023-01-28 14:20   ` Rob Herring
2023-01-29 11:08     ` Krzysztof Kozlowski
2023-01-30 15:11       ` Rob Herring
2023-03-09  8:26   ` Krzysztof Kozlowski
2023-03-13 19:54     ` Bhupesh Sharma
2023-01-28 10:19 ` [PATCH 1/2] remoteproc: qcom: pas: Add sm6115 remoteprocs Krzysztof Kozlowski
2023-01-30  9:02 ` Mukesh Ojha
2023-02-14 17:30 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.