Message ID | 20210623173243.7862-2-s-anna@ti.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Add AM64x SoC support to PRU remoteproc driver | expand |
Context | Check | Description |
---|---|---|
robh/dt-meta-schema | success | |
robh/dtbs-check | success | |
robh/checkpatch | success |
On 23/06/2021 20:32, Suman Anna wrote: > The K3 AM64x SoCs have an ICSSG IP that is similar to the IP revisions > used on K3 AM65x SR2.0 and J721E SoCs. The ICSSG IP on K3 AM64x SoCs > have the same set of two PRU cores, two RTU cores and two auxiliary PRU > cores called Transmit PRUs (Tx_PRUs). There are some minor differences > surrounding the PRU cores like different Broadside RAM (BSRAM) sizes > w.r.t AM65x SR1.0 SoCs. > > Update the PRU remoteproc bindings for these PRU cores on AM64x SoCs. > > Signed-off-by: Suman Anna <s-anna@ti.com> > --- > .../devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml > index 63071eef1632..4f8435d49a62 100644 > --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml > +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml > @@ -44,6 +44,9 @@ 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,am642-pru # for PRUs in K3 AM64x SoC family > + - ti,am642-rtu # for RTUs in K3 AM64x SoC family > + - ti,am642-tx-pru # for Tx_PRUs in K3 AM64x SoC family > > reg: > items: > @@ -68,6 +71,7 @@ if: > enum: > - ti,am654-rtu > - ti,j721e-rtu > + - ti,am642-rtu > then: > properties: > $nodename: > @@ -79,6 +83,7 @@ else: > enum: > - ti,am654-tx-pru > - ti,j721e-tx-pru > + - ti,am642-tx-pru > then: > properties: > $nodename: > Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml index 63071eef1632..4f8435d49a62 100644 --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml @@ -44,6 +44,9 @@ 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,am642-pru # for PRUs in K3 AM64x SoC family + - ti,am642-rtu # for RTUs in K3 AM64x SoC family + - ti,am642-tx-pru # for Tx_PRUs in K3 AM64x SoC family reg: items: @@ -68,6 +71,7 @@ if: enum: - ti,am654-rtu - ti,j721e-rtu + - ti,am642-rtu then: properties: $nodename: @@ -79,6 +83,7 @@ else: enum: - ti,am654-tx-pru - ti,j721e-tx-pru + - ti,am642-tx-pru then: properties: $nodename:
The K3 AM64x SoCs have an ICSSG IP that is similar to the IP revisions used on K3 AM65x SR2.0 and J721E SoCs. The ICSSG IP on K3 AM64x SoCs have the same set of two PRU cores, two RTU cores and two auxiliary PRU cores called Transmit PRUs (Tx_PRUs). There are some minor differences surrounding the PRU cores like different Broadside RAM (BSRAM) sizes w.r.t AM65x SR1.0 SoCs. Update the PRU remoteproc bindings for these PRU cores on AM64x SoCs. Signed-off-by: Suman Anna <s-anna@ti.com> --- .../devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 5 +++++ 1 file changed, 5 insertions(+)