From: Hari Nagalla <hidden> Date: 2021-11-22 12:31:26
Hi All,
The following series enhances the K3 R5F and DSP remoteproc drivers to
add support for the R5F clusters and C71x DSP on the newer TI K3 J721S2
SoC family. The J721S2 SoCs have 3 R5FSS clusters, one in MCU voltage
domain and the other two in MAIN voltage domain. There are also 2 C71x
DSP subsystems in MAIN voltage domain. The R5FSS is similar to the R5FSS
in J7200 SoCs, while the C71x DSPs are similar to the C71x DSP on J721e
SoCs.
See J721S2 Technical Reference Manual (SPRUJ28 – NOVEMBER 2021)
for further details: http://www.ti.com/lit/pdf/spruj28
Regards
Hari
Hari Nagalla (4):
dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs
dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs
remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs
remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 +
drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +++--
4 files changed, 12 insertions(+), 5 deletions(-)
--
2.17.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Hari Nagalla <hidden> Date: 2021-11-22 12:27:55
The TI K3 J721S2 SoCs have three dual-core Arm R5F clusters/subsystems,
with 2 R5F cores each, one in MCU voltage domain and the other two in
MAIN voltage domain.
These clusters are similar to J7200 R5F clusters. Compatible info is
updated for intuitively matching to the new J721S2 SoCs.
Signed-off-by: Hari Nagalla <redacted>
---
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
@@ -64,9 +65,9 @@ properties:description:|Configuration Mode for the Dual R5F cores within the R5F cluster.Should be either a value of 1 (LockStep mode) or 0 (Split mode) on-most SoCs (AM65x, J721E, J7200), default is LockStep mode if omitted;-and should be either a value of 0 (Split mode) or 2 (Single-CPU mode)-on AM64x SoCs, default is Split mode if omitted.+most SoCs (AM65x, J721E, J7200, J721s2), default is LockStep mode if+omitted; and should be either a value of 0 (Split mode) or 2+(Single-CPU mode) on AM64x SoCs, default is Split mode if omitted.# R5F Processor Child Nodes:# ==========================
From: Rob Herring <robh@kernel.org> Date: 2021-11-30 20:54:07
On Mon, 22 Nov 2021 06:27:23 -0600, Hari Nagalla wrote:
The TI K3 J721S2 SoCs have three dual-core Arm R5F clusters/subsystems,
with 2 R5F cores each, one in MCU voltage domain and the other two in
MAIN voltage domain.
These clusters are similar to J7200 R5F clusters. Compatible info is
updated for intuitively matching to the new J721S2 SoCs.
Signed-off-by: Hari Nagalla <redacted>
---
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
From: Hari Nagalla <hidden> Date: 2021-11-22 12:27:58
The TI K3 J721S2 SoCs have two TMS320C71x DSP subsystems, and does not
have any TMS320C66x DSP subsystems. The C71x DSP subsystem in J721S2
SoCs is a similar to the C71x DSP on J721e with some minor core IP updates.
Compatible info is updated for intuitvely matching to the new J721S2
SoCs.
Signed-off-by: Hari Nagalla <redacted>
---
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
1 file changed, 3 insertions(+)
@@ -33,9 +33,11 @@ properties:enum:-ti,j721e-c66-dsp-ti,j721e-c71-dsp+-ti,j721s2-c71-dspdescription:Use "ti,j721e-c66-dsp" for C66x DSPs on K3 J721E SoCsUse "ti,j721e-c71-dsp" for C71x DSPs on K3 J721E SoCs+Use "ti,j721s2-c71-dsp" for C71x DSPs on K3 J721S2 SoCsresets:description:|
From: Rob Herring <robh@kernel.org> Date: 2021-11-30 20:54:45
On Mon, 22 Nov 2021 06:27:24 -0600, Hari Nagalla wrote:
The TI K3 J721S2 SoCs have two TMS320C71x DSP subsystems, and does not
have any TMS320C66x DSP subsystems. The C71x DSP subsystem in J721S2
SoCs is a similar to the C71x DSP on J721e with some minor core IP updates.
Compatible info is updated for intuitvely matching to the new J721S2
SoCs.
Signed-off-by: Hari Nagalla <redacted>
---
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
1 file changed, 3 insertions(+)
From: Hari Nagalla <hidden> Date: 2021-11-22 12:28:00
The K3 J721S2 SoCs have two C71x DSP subsystems in MAIN voltage domain,
and there are no C66x DSP subsystems on these SoCs. The C71x DSP subsystem
is a slighly updated version of the C71x DSP subsystem on J721e. The
C71x DSPs are 64 bit machine with fixed and floating point DSP
operations.
Extend support to the C71x DSPs with J721S2 compatible strings.
Signed-off-by: Hari Nagalla <redacted>
---
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 +
1 file changed, 1 insertion(+)
From: Hari Nagalla <hidden> Date: 2021-11-22 12:30:02
The K3 J721S2 SoCs have three dual-core R5F subsystems, one in MCU voltage
domain and the other two in MAIN voltage domain. These R5F clusters are
similar to the R5F clusters in J7200 SoCs.
Compatible Info is updated to support J721S2 SoCs.
Signed-off-by: Hari Nagalla <redacted>
---
drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Good morning Hari,
On Mon, Nov 22, 2021 at 06:27:22AM -0600, Hari Nagalla wrote:
Hi All,
The following series enhances the K3 R5F and DSP remoteproc drivers to
add support for the R5F clusters and C71x DSP on the newer TI K3 J721S2
SoC family. The J721S2 SoCs have 3 R5FSS clusters, one in MCU voltage
domain and the other two in MAIN voltage domain. There are also 2 C71x
DSP subsystems in MAIN voltage domain. The R5FSS is similar to the R5FSS
in J7200 SoCs, while the C71x DSPs are similar to the C71x DSP on J721e
SoCs.
See J721S2 Technical Reference Manual (SPRUJ28 – NOVEMBER 2021)
for further details: http://www.ti.com/lit/pdf/spruj28
Regards
Hari
Hari Nagalla (4):
dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs
dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs
remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs
remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 +
drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +++--
For all 4 patches:
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
It was a holiday last week in the US so I'll give more time for Rob to review this (should
he want to) before publishing.
Thanks,
Mathieu
On Mon, Nov 22, 2021 at 06:27:22AM -0600, Hari Nagalla wrote:
Hi All,
The following series enhances the K3 R5F and DSP remoteproc drivers to
add support for the R5F clusters and C71x DSP on the newer TI K3 J721S2
SoC family. The J721S2 SoCs have 3 R5FSS clusters, one in MCU voltage
domain and the other two in MAIN voltage domain. There are also 2 C71x
DSP subsystems in MAIN voltage domain. The R5FSS is similar to the R5FSS
in J7200 SoCs, while the C71x DSPs are similar to the C71x DSP on J721e
SoCs.
See J721S2 Technical Reference Manual (SPRUJ28 – NOVEMBER 2021)
for further details: http://www.ti.com/lit/pdf/spruj28
Regards
Hari
Hari Nagalla (4):
dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs
dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs
remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs
remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs
.../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
.../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 +
drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +++--
4 files changed, 12 insertions(+), 5 deletions(-)