Message ID | 1624564058-24095-2-git-send-email-sibis@codeaurora.org (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | Add Modem support on SC7280 SoCs | expand |
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 <sibis@codeaurora.org> 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.
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 <sibis@codeaurora.org> > > 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/1624560727-6870-1-git-send-email-sibis@codeaurora.org/ sry for wasting your time I missed mentioning that it was dependent on ^^ series.
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 <sibis@codeaurora.org> > > > > 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/1624560727-6870-1-git-send-email-sibis@codeaurora.org/ > > sry for wasting your time I missed > mentioning that it was dependent on > ^^ series. Ah, thanks! Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
On Fri, 25 Jun 2021 01:17:30 +0530, Sibi Sankar wrote: > Add MPSS PAS support for SC7280 SoCs. > > Signed-off-by: Sibi Sankar <sibis@codeaurora.org> > --- > Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
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
Add MPSS PAS support for SC7280 SoCs. Signed-off-by: Sibi Sankar <sibis@codeaurora.org> --- Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 6 ++++++ 1 file changed, 6 insertions(+)