Re: [PATCH v2 0/4] arm64: dts: freescale: Add remoteproc support for i.MX EVKs
Frank Li <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <amI1YzCNtoXScYwg@SMW015318> |
On Thu, Jul 23, 2026 at 09:00:02PM +0800, Peng Fan (OSS) wrote: > This series adds remoteproc node and reserved memory regions for the > i.MX95, i.MX952 and i.MX943 EVK boards. > > - Patch 1 adds CM7 support for imx95-19x19-evk > - Patch 2 adds CM7 support for imx952-evk > - Patch 3 adds CM7-0, CM7-1 and CM33S support for imx943-evk > - Patch 4, update resource table address for i.MX8ULP-EVK > > Each patch defines the remoteproc device node with mailbox channels > and the associated reserved memory regions (firmware memory, virtio > vring buffers, resource tables and shared DMA pools). > > Signed-off-by: Peng Fan <[email protected]> > --- > Changes in v2: > - Change to vdev0buffer in patch 1 for i.MX95 Others also need change Frank > - Link to v1: https://patch.msgid.link/[email protected] > > --- > Biwen Li (1): > arm64: dts: imx8ulp-evk: Update rpmsg resource table address > > Peng Fan (3): > arm64: dts: imx95-19x19-evk: Add CM7 node and related memory nodes > arm64: dts: imx952-evk: Add CM7 node and related memory nodes > arm64: dts: imx943-evk: Add CM7 and CM33S nodes > > arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 4 +- > arch/arm64/boot/dts/freescale/imx943-evk.dts | 135 ++++++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 46 ++++++++ > arch/arm64/boot/dts/freescale/imx952-evk.dts | 50 ++++++++ > 4 files changed, 233 insertions(+), 2 deletions(-) > --- > base-commit: cc2b5f627e8ccbae1188ef2d8be3e451d7f933a5 > change-id: 20260715-imx-rproc-dts-6c78f82652f9 > > Best regards, > -- > Peng Fan <[email protected]> > >