[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240828112713.2668526-1-b-padhi@ti.com>
Date: Wed, 28 Aug 2024 16:57:11 +0530
From: Beleswar Padhi <b-padhi@...com>
To: <nm@...com>, <vigneshr@...com>, <kristo@...nel.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>
CC: <u-kumar1@...com>, <j-choudhary@...com>, <vaishnav.a@...com>, <afd@...com>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: [PATCH v3 0/2] Add Remoteproc Support for TI's J722S SoCs
Hello All,
The K3 J722S SoCs have one single-core Arm Cortex-R5F processor in each
of the WAKEUP, MCU and MAIN voltage domain, and two C71x DSP subsystems
in MAIN voltage domain. Thus, this series adds the DT Nodes for the
remote processors to add support for IPC.
This series also enables IPC on the J722S-EVM platform based on the
above SoC by adding the mailbox instances, shared memory carveouts and
reserving the conflicting timer nodes (as they are used by remoteproc
firmware).
v3: Changelog:
1) Reserved conflicting Timer Nodes in k3-j722s-evm.dts file to avoid remotecore
boot failures.
Link to v2:
https://lore.kernel.org/all/20240612112259.1131653-1-b-padhi@ti.com/
v2: Changelog:
1) Addressed Andrew's comments to refactor remotecore nodes into
k3-j722s-main.dtsi file.
2) Squashed Patch 2 and 3 from V1 into Patch 2 in V2 as they were doing
the same logical thing.
3) The DTBs check warnings from V1 are automatically fixed after a
dt-binding patch[0] was merged in linux-next.
Link to v1:
https://lore.kernel.org/all/20240607090433.488454-1-b-padhi@ti.com/
[0]: https://lore.kernel.org/all/20240604171450.2455-1-hnagalla@ti.com/
Apurva Nandan (2):
arm64: dts: ti: k3-j722s-main: Add R5F and C7x remote processor nodes
arm64: dts: ti: k3-j722s-evm: Enable Inter-Processor Communication
arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 153 ++++++++++++++++++++++
arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 61 +++++++++
2 files changed, 214 insertions(+)
--
2.34.1
Powered by blists - more mailing lists