]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ti_config_fragments: remoteproc/v8_remoteproc: Enable K3 M4F remoteproc driver
authorHari Nagalla <hnagalla@ti.com>
Sun, 17 Oct 2021 02:33:50 +0000 (21:33 -0500)
committerHari Nagalla <hnagalla@ti.com>
Tue, 19 Oct 2021 12:26:20 +0000 (07:26 -0500)
Enable the K3 M4 remoteproc driver in v8_ipc.cfg. This driver is built
as a module by default on all applicable K3 platforms. This driver is
used to showcase the remoteproc/rpmsg communication from userspace with
M4F cores on K3 SoC devices.

The driver presents a character driver interface through
'/dev/rpmsg_ctrlX', where X is the device endpoint number and can be
determined from the remoteproc instance number matching the M4F device name.

The module is built as 'ti_k3_m4_remoteproc.ko' and the driver name in
sysfs is 'xxxxxx.m4fss', where xxxxx is the bus address.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
ti_config_fragments/v8_ipc.cfg

index 50469017e91b02ec13964e4e8a8277018086d7ba..57897763d696f53a5f8f7e93a6e03e6ddfbdb215 100644 (file)
@@ -18,6 +18,7 @@ CONFIG_TI_PRUSS_INTC=m
 CONFIG_TI_K3_R5_REMOTEPROC=m
 CONFIG_TI_K3_DSP_REMOTEPROC=m
 CONFIG_PRU_REMOTEPROC=m
+CONFIG_TI_K3_M4_REMOTEPROC=m
 
 # RPMsg
 CONFIG_RPMSG_CHAR=m