remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCs
authorSuman Anna <s-anna@ti.com>
Thu, 19 Nov 2020 01:05:30 +0000 (19:05 -0600)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 26 Nov 2020 05:05:24 +0000 (23:05 -0600)
commit7508ea19b20da80fcdde05354c35e2c45e875b5c
tree2986cb30502493925ca5ba44241e5de5cc4c2349
parent41e6f43f3b24920ec8d10682005d3eb4a24d6e86
remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCs

The K3 J7200 SoC family has a revised R5F sub-system and contains a
subset of the R5F clusters present on J721E SoCs. The K3 J7200 SoCs
only have two dual-core Arm R5F clusters/subsystems with 2 R5F cores
each. One cluster is present within the MCU voltage domain (MCU_R5FSS0),
while the other is present in the MAIN voltage domain (MAIN_R5FSS0).

The revised IP has the following two new features:
 1. TCMs are auto-initialized during module power-up, and the behavior
    is programmable through a MMR bit.
 2. The LockStep-mode allows the Core1 TCMs to be combined with the
    Core0 TCMs effectively doubling the amount of TCMs available.
    The LockStep-mode on previous SoCs could only use the Core0 TCMs.
    This combined TCMs appear contiguous at the respective Core0 TCM
    addresses.

Extend the support to these clusters in the K3 R5F remoteproc driver
using J7200 specific compatibles. Logic for the second feature is
added in the next patch. The integration of these clusters is very
much similar to J721E SoCs otherwise.

Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20201119010531.21083-3-s-anna@ti.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/ti_k3_r5_remoteproc.c