Commit d78f717b authored by Suman Anna's avatar Suman Anna
Browse files

net/rpmsg: fix autoloading of rpmsg-proto driver



The rpmsg-proto is a rpmsg bus driver that provides support
for a new remote-processor socket protocol, and exposes a
rpmsg communication channel to userspace through the socket
API. It resides in the networking layer, but is not a true
networking driver.

The driver is not probed based on devices from DT, but rather
the devices are published to the kernel when a firmware is
loaded by a remoteproc driver. The existing MODULE_ALIAS_NETPROTO
doesn't trigger an autoload of the driver by udev. So, add a
rpmsg-specific MODULE_ALIAS that fixes the autoloading of the
rpmsg-proto driver.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent d53bf650
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment