]> www.infradead.org Git - users/jedix/linux-maple.git/commit
remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory info
authorBeleswar Padhi <b-padhi@ti.com>
Tue, 13 May 2025 05:44:45 +0000 (11:14 +0530)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 20 May 2025 17:19:10 +0000 (11:19 -0600)
commit52a04c1c61c6487871734bd8dc3ee56df458b821
treeaaa336396655d3352ac43751e001fb0af2f1364a
parentb810142db6f978253d7468258b3132a2799547f7
remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory info

The ti_k3_m4_remoteproc.c driver previously hardcoded device memory
region addresses and names. Change this to use the k3_rproc_mem_data
structure to store memory information. This aligns with DSP and R5
drivers, and can be refactored out later.

Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
Tested-by: Judith Mendez <jm@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20250513054510.3439842-12-b-padhi@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/ti_k3_m4_remoteproc.c