Message ID | 20220427083509.14458-2-kishon@ti.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | remoteproc: pru: Enable PRU cores on K3 AM62x SoCs | expand |
On 27/04/2022 10:35, Kishon Vijay Abraham I wrote: > Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs. > > Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> > --- > Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml > index d7c3a78e37e6..e351550b012c 100644 > --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml > +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml > @@ -47,6 +47,7 @@ properties: > - ti,j721e-pru # for PRUs in K3 J721E SoC family > - ti,j721e-rtu # for RTUs in K3 J721E SoC family > - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family > + - ti,am625-pru # for PRUs in K3 AM62x SoC family Looks like out of order. Best regards, Krzysztof
Hi Krzysztof, On 28/04/22 11:48, Krzysztof Kozlowski wrote: > On 27/04/2022 10:35, Kishon Vijay Abraham I wrote: >> Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs. >> >> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> >> --- >> Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml >> index d7c3a78e37e6..e351550b012c 100644 >> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml >> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml >> @@ -47,6 +47,7 @@ properties: >> - ti,j721e-pru # for PRUs in K3 J721E SoC family >> - ti,j721e-rtu # for RTUs in K3 J721E SoC family >> - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family >> + - ti,am625-pru # for PRUs in K3 AM62x SoC family > > Looks like out of order. yes, this is out of sync with the existing format binding. I'll send a patch fixing it. Thanks, Kishon
On 16/05/2022 14:35, Kishon Vijay Abraham I wrote: > Hi Krzysztof, > > On 28/04/22 11:48, Krzysztof Kozlowski wrote: >> On 27/04/2022 10:35, Kishon Vijay Abraham I wrote: >>> Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs. >>> >>> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> >>> --- >>> Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml >>> index d7c3a78e37e6..e351550b012c 100644 >>> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml >>> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml >>> @@ -47,6 +47,7 @@ properties: >>> - ti,j721e-pru # for PRUs in K3 J721E SoC family >>> - ti,j721e-rtu # for RTUs in K3 J721E SoC family >>> - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family >>> + - ti,am625-pru # for PRUs in K3 AM62x SoC family >> >> Looks like out of order. > > yes, this is out of sync with the existing format binding. I'll send a > patch fixing it. I meant, you introduce it out-of-order. So this patch should be modified and new compatible added in some better place. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml index d7c3a78e37e6..e351550b012c 100644 --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml @@ -47,6 +47,7 @@ properties: - ti,j721e-pru # for PRUs in K3 J721E SoC family - ti,j721e-rtu # for RTUs in K3 J721E SoC family - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family + - ti,am625-pru # for PRUs in K3 AM62x SoC family reg: items:
Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> --- Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 + 1 file changed, 1 insertion(+)