2021-06-24 19:49:27

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support

Add MPSS PAS support for SC7280 SoCs.

Signed-off-by: Sibi Sankar <[email protected]>
---
Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
index ad85617b43fa..28e41cef701c 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
@@ -25,6 +25,7 @@ properties:
- qcom,qcs404-cdsp-pas
- qcom,qcs404-wcss-pas
- qcom,sc7180-mpss-pas
+ - qcom,sc7280-mpss-pas
- qcom,sdm845-adsp-pas
- qcom,sdm845-cdsp-pas
- qcom,sdx55-mpss-pas
@@ -147,6 +148,7 @@ allOf:
- qcom,msm8998-adsp-pas
- qcom,qcs404-adsp-pas
- qcom,qcs404-wcss-pas
+ - qcom,sc7280-mpss-pas
- qcom,sdm845-adsp-pas
- qcom,sdm845-cdsp-pas
- qcom,sm8150-adsp-pas
@@ -287,6 +289,7 @@ allOf:
contains:
enum:
- qcom,sc7180-mpss-pas
+ - qcom,sc7280-mpss-pas
- qcom,sdx55-mpss-pas
- qcom,sm8150-mpss-pas
- qcom,sm8350-mpss-pas
@@ -390,6 +393,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,sc7280-mpss-pas
- qcom,sdx55-mpss-pas
- qcom,sm8150-mpss-pas
- qcom,sm8350-mpss-pas
@@ -463,6 +467,7 @@ allOf:
contains:
enum:
- qcom,sc7180-mpss-pas
+ - qcom,sc7280-mpss-pas
then:
properties:
resets:
@@ -480,6 +485,7 @@ allOf:
contains:
enum:
- qcom,sc7180-mpss-pas
+ - qcom,sc7280-mpss-pas
- qcom,sm8150-adsp-pas
- qcom,sm8150-cdsp-pas
- qcom,sm8150-mpss-pas
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


2021-06-25 17:13:36

by Matthias Kaehlcke

[permalink] [raw]
Subject: Re: [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support

On Fri, Jun 25, 2021 at 01:17:30AM +0530, Sibi Sankar wrote:
> Add MPSS PAS support for SC7280 SoCs.
>
> Signed-off-by: Sibi Sankar <[email protected]>

On which tree is this series based? I guess it must be the remoteproc tree
since the conversion of the binding to YAML isn't in Linus' tree yet,
however the patch doesn't apply cleanly against remoteproc/for-next:

patching file Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
Hunk #2 succeeded at 144 (offset -4 lines).
Hunk #3 succeeded at 285 (offset -4 lines).
Hunk #4 succeeded at 416 with fuzz 2 (offset 23 lines).
Hunk #5 succeeded at 492 (offset 25 lines).
Hunk #6 FAILED at 485.

2021-06-25 17:30:04

by Sibi Sankar

[permalink] [raw]
Subject: Re: [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support

On 2021-06-25 22:42, Matthias Kaehlcke wrote:
> On Fri, Jun 25, 2021 at 01:17:30AM +0530, Sibi Sankar wrote:
>> Add MPSS PAS support for SC7280 SoCs.
>>
>> Signed-off-by: Sibi Sankar <[email protected]>
>
> On which tree is this series based? I guess it must be the remoteproc
> tree
> since the conversion of the binding to YAML isn't in Linus' tree yet,
> however the patch doesn't apply cleanly against remoteproc/for-next:
>
> patching file
> Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
> Hunk #2 succeeded at 144 (offset -4 lines).
> Hunk #3 succeeded at 285 (offset -4 lines).
> Hunk #4 succeeded at 416 with fuzz 2 (offset 23 lines).
> Hunk #5 succeeded at 492 (offset 25 lines).
> Hunk #6 FAILED at 485.

https://patchwork.kernel.org/project/linux-arm-msm/cover/[email protected]/

sry for wasting your time I missed
mentioning that it was dependent on
^^ series.

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project.

2021-06-25 23:23:55

by Matthias Kaehlcke

[permalink] [raw]
Subject: Re: [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support

On Fri, Jun 25, 2021 at 10:58:45PM +0530, Sibi Sankar wrote:
> On 2021-06-25 22:42, Matthias Kaehlcke wrote:
> > On Fri, Jun 25, 2021 at 01:17:30AM +0530, Sibi Sankar wrote:
> > > Add MPSS PAS support for SC7280 SoCs.
> > >
> > > Signed-off-by: Sibi Sankar <[email protected]>
> >
> > On which tree is this series based? I guess it must be the remoteproc
> > tree
> > since the conversion of the binding to YAML isn't in Linus' tree yet,
> > however the patch doesn't apply cleanly against remoteproc/for-next:
> >
> > patching file
> > Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
> > Hunk #2 succeeded at 144 (offset -4 lines).
> > Hunk #3 succeeded at 285 (offset -4 lines).
> > Hunk #4 succeeded at 416 with fuzz 2 (offset 23 lines).
> > Hunk #5 succeeded at 492 (offset 25 lines).
> > Hunk #6 FAILED at 485.
>
> https://patchwork.kernel.org/project/linux-arm-msm/cover/[email protected]/
>
> sry for wasting your time I missed
> mentioning that it was dependent on
> ^^ series.

Ah, thanks!

Reviewed-by: Matthias Kaehlcke <[email protected]>

2021-07-14 19:37:30

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support

On Fri, 25 Jun 2021 01:17:30 +0530, Sibi Sankar wrote:
> Add MPSS PAS support for SC7280 SoCs.
>
> Signed-off-by: Sibi Sankar <[email protected]>
> ---
> Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>

Acked-by: Rob Herring <[email protected]>