Commits
Suman Anna committed eb14a021be1
remoteproc/k3-r5: extend support to R5 clusters on J721E SoCs The K3 J721E SoCs typically have three dual-core Arm R5F clusters/ subsystems with 2 R5F cores each. One cluster is present within the MCU voltage domain (MCU_R5FSS0), and the remaining two clusters are present in the MAIN voltage domain (MAIN_R5FSS0 and MAIN_R5FSS1). Extend the support to these clusters in the K3 R5F remoteproc driver using the J721E specific compatibles. The integration of these clusters on J721E SoC is slightly different from those on AM65x SoCs in that these IPs do support a local reset. The current code sequence already supports these. The default names for the firmware images are fixed for each processor and are expected to be as follows: MCU R5FSS0 Core0: j7-mcu-r5f0_0-fw (both in LockStep and Split modes) MCU R5FSS0 Core1: j7-mcu-r5f0_1-fw (needed only in Split mode) MAIN R5FSS0 Core0: j7-main-r5f0_0-fw (both in LockStep and Split modes) MAIN R5FSS0 Core1: j7-main-r5f0_1-fw (needed only in Split mode) MAIN R5FSS1 Core0: j7-main-r5f1_0-fw (both in LockStep and Split modes) MAIN R5FSS1 Core1: j7-main-r5f1_1-fw (needed only in Split mode) Signed-off-by: Suman Anna <s-anna@ti.com>