Message ID | 20230810005850.21998-1-hnagalla@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Add R5F and C7x DSP nodes for AM62a SoC | expand |
On 19:58-20230809, Hari Nagalla wrote: > This patch series adds R5F and C7x dsp processor nodes for AM62A SoC. > The first patch amends the dsp node binding doc file and the remaining > patches configure the remote processor device nodes. > > v1: https://lore.kernel.org/all/20230502141416.9924-1-hnagalla@ti.com/ > > Devarsh Thakkar (2): > arm64: dts: k3-am62a-wakeup: Add R5F device node > arm64: dts: ti: k3-am62a7-sk: Enable ipc with remote proc nodes > > Hari Nagalla (2): > dt-bindings: remoteproc: k3-dsp: correct optional sram properties for > AM62A SoCs > arm64: dts: k3-am62a-mcu: Add R5F remote proc node > > Jai Luthra (1): > arm64: dts: k3-am62a-main: Add C7xv device node please send the binding fix to the remoteproc maintainer, SoC TI can pick the dts fixes in the next kernel rc1 rev. > > .../bindings/remoteproc/ti,k3-dsp-rproc.yaml | 16 ++++- > arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 11 +++ > arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 35 ++++++++++ > arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 23 +++++++ > arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 68 +++++++++++++++++++ > 5 files changed, 151 insertions(+), 2 deletions(-) > > -- > 2.34.1 >