]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rpmsg: Make modalias work for DeviceTree based devices
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 28 Jun 2017 21:53:23 +0000 (14:53 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 29 Jun 2017 04:49:24 +0000 (21:49 -0700)
commitf4ce85281139214cd50900d0ff38b7d97766318f
tree997573742e93b02c14df766bc912a751a6ffdb68
parent82e484dfef0bb29ca1a82740f2b8100cd0a64df3
rpmsg: Make modalias work for DeviceTree based devices

When rpmsg devices are expected to be matched based on their compatible
the modalias should reflect this, so that module autoloading has a
chance to match and load the appropriate module.

Tested-by: Rob Clark <robdclark@gmail.com>
Reported-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/rpmsg_core.c