mbox series

[0/2] Add remoteproc support for J784S4 SoCs

Message ID 20240522045331.503472-1-b-padhi@ti.com
Headers show
Series Add remoteproc support for J784S4 SoCs | expand

Message

Beleswar Prasad Padhi May 22, 2024, 4:53 a.m. UTC
Hello All,

This series adds remoteproc support for TI's J784S4 SoCs. The K3 J784S4
SoCs have four dual-core R5F subsystems and four C71x DSP subsystems.
Enable the remoteproc drivers in defconfig and set the rproc firmware
names to add remoteproc support.

Note: No driver changes are required as J784S4 SoCs have the same data
as J721S2 SoCs. Thus, utilize the existing compatible string for driver
probe.

Beleswar Padhi (2):
  configs: j784s4_evm_a72_defconfig: Enable remoteproc drivers
  board: ti: j784s4: j784s4.env: Set remoteproc firmware names

 board/ti/j784s4/j784s4.env       | 6 ++++++
 configs/j784s4_evm_a72_defconfig | 3 +++
 2 files changed, 9 insertions(+)

Comments

Tom Rini June 7, 2024, 10:03 p.m. UTC | #1
On Wed, 22 May 2024 10:23:29 +0530, Beleswar Padhi wrote:

> This series adds remoteproc support for TI's J784S4 SoCs. The K3 J784S4
> SoCs have four dual-core R5F subsystems and four C71x DSP subsystems.
> Enable the remoteproc drivers in defconfig and set the rproc firmware
> names to add remoteproc support.
> 
> Note: No driver changes are required as J784S4 SoCs have the same data
> as J721S2 SoCs. Thus, utilize the existing compatible string for driver
> probe.
> 
> [...]

Applied to u-boot/next, thanks!