[v3,0/3] Add R5F and C71 DSP nodes for J784S4 SoC

Message ID 20230502231527.25879-1-hnagalla@ti.com
Headers
Series Add R5F and C71 DSP nodes for J784S4 SoC |

Message

Hari Nagalla May 2, 2023, 11:15 p.m. UTC
  This series adds the R5F cluster and C71 DSP processor nodes for
J784S4 SoC.

The first patch adds R5F cluster nodes to the MAIN and MCU voltage
domains of J784S4 SoC. The second patch adds the C71 DSP processor
nodes to the MAIN voltage domain of J784S4 SoC and the third patch
reserves the IPC shared memory for Virtio/Vring buffers.

Changes in V3:
- Add memory reservations for remote proc IPC in board file.
V2: https://lore.kernel.org/all/20230330141536.22480-1-hnagalla@ti.com/ 

Changes in V2:
- Removed default disable of R5F nodes in the SoC device tree.
- Consolidated R5F nodes into one patch.
V1: https://lore.kernel.org/all/20230329093627.30719-1-hnagalla@ti.com/

Hari Nagalla (3):
  arm64: dts: ti: k3-j784s4-main: Add R5F cluster nodes
  arm64: dts: ti: k3-j784s4-main: Add C71x DSP nodes
  arm64: dts: ti: k3-j784s4-evm: Reserve memory for remote proc IPC

 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts      | 318 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi    | 168 +++++++++
 .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi     |  40 +++
 3 files changed, 526 insertions(+)
  

Comments

Vignesh Raghavendra June 15, 2023, 8:44 a.m. UTC | #1
Hi Hari Nagalla,

On Tue, 02 May 2023 18:15:24 -0500, Hari Nagalla wrote:
> This series adds the R5F cluster and C71 DSP processor nodes for
> J784S4 SoC.
> 
> The first patch adds R5F cluster nodes to the MAIN and MCU voltage
> domains of J784S4 SoC. The second patch adds the C71 DSP processor
> nodes to the MAIN voltage domain of J784S4 SoC and the third patch
> reserves the IPC shared memory for Virtio/Vring buffers.
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/3] arm64: dts: ti: k3-j784s4-main: Add R5F cluster nodes
      commit: 7e5fd896c3d1ecf7b806f5fd42245c1135fe878d
[2/3] arm64: dts: ti: k3-j784s4-main: Add C71x DSP nodes
      commit: 257d206b6d117d8e40742dc17ae02406747753ad
[3/3] arm64: dts: ti: k3-j784s4-evm: Reserve memory for remote proc IPC
      commit: ba12d4dde708de01d3cae5ae368a930ec5f5fd07

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh