linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP
@ 2021-07-28 21:52 Konrad Dybcio
  2021-07-28 21:52 ` [PATCH 2/2] remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible Konrad Dybcio
  2021-08-02 22:38 ` [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Dybcio @ 2021-07-28 21:52 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Ohad Ben-Cohen, Mathieu Poirier, Rob Herring,
	Manivannan Sadhasivam, linux-arm-msm, linux-remoteproc,
	devicetree, linux-kernel

Add a compatible string for SDM660 ADSP.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
index c597ccced623..efa926ebab2c 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
@@ -28,6 +28,7 @@ properties:
       - qcom,sc8180x-adsp-pas
       - qcom,sc8180x-cdsp-pas
       - qcom,sc8180x-mpss-pas
+      - qcom,sdm660-adsp-pil
       - qcom,sdm845-adsp-pas
       - qcom,sdm845-cdsp-pas
       - qcom,sdx55-mpss-pas
-- 
2.32.0


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

* [PATCH 2/2] remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible
  2021-07-28 21:52 [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP Konrad Dybcio
@ 2021-07-28 21:52 ` Konrad Dybcio
  2021-08-02 22:38 ` [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Dybcio @ 2021-07-28 21:52 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Ohad Ben-Cohen, Mathieu Poirier, Rob Herring,
	Manivannan Sadhasivam, linux-arm-msm, linux-remoteproc,
	devicetree, linux-kernel

This chipset seems to work fine with the "generic" configuration.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 drivers/remoteproc/qcom_q6v5_pas.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c
index a79bee901e9b..88c9e8b19795 100644
--- a/drivers/remoteproc/qcom_q6v5_pas.c
+++ b/drivers/remoteproc/qcom_q6v5_pas.c
@@ -833,6 +833,7 @@ static const struct of_device_id adsp_of_match[] = {
 	{ .compatible = "qcom,sc8180x-adsp-pas", .data = &sm8150_adsp_resource},
 	{ .compatible = "qcom,sc8180x-cdsp-pas", .data = &sm8150_cdsp_resource},
 	{ .compatible = "qcom,sc8180x-mpss-pas", .data = &sc8180x_mpss_resource},
+	{ .compatible = "qcom,sdm660-adsp-pil", .data = &adsp_resource_init},
 	{ .compatible = "qcom,sdm845-adsp-pas", .data = &adsp_resource_init},
 	{ .compatible = "qcom,sdm845-cdsp-pas", .data = &cdsp_resource_init},
 	{ .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},
-- 
2.32.0


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

* Re: [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP
  2021-07-28 21:52 [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP Konrad Dybcio
  2021-07-28 21:52 ` [PATCH 2/2] remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible Konrad Dybcio
@ 2021-08-02 22:38 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-08-02 22:38 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Bjorn Andersson, linux-arm-msm, angelogioacchino.delregno,
	martin.botka, Andy Gross, Ohad Ben-Cohen, marijn.suijten,
	Manivannan Sadhasivam, linux-remoteproc, Rob Herring,
	Mathieu Poirier, ~postmarketos/upstreaming, jamipkettunen,
	devicetree, linux-kernel

On Wed, 28 Jul 2021 23:52:11 +0200, Konrad Dybcio wrote:
> Add a compatible string for SDM660 ADSP.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2021-08-02 22:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 21:52 [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP Konrad Dybcio
2021-07-28 21:52 ` [PATCH 2/2] remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible Konrad Dybcio
2021-08-02 22:38 ` [PATCH 1/2] dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP Rob Herring

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).