]> git.ipfire.org Git - thirdparty/linux.git/commit
Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 29 Jul 2024 19:52:14 +0000 (22:52 +0300)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Aug 2024 03:14:42 +0000 (22:14 -0500)
commitb17155133391d7f6dd18d3fb94a7d492fdec18fa
tree361cc1f39f45477a6660d1511f88f73100495646
parentd4d4049e411b246cdfc2df60d8d5a4474019c689
Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"

The rpm_requests device nodes have the compatible node. As such the
rpmsg core uses OF modalias instead of a native rpmsg modalias. Thus if
smd-rpm is built as a module, it doesn't get autoloaded for the device.

Revert the commit bcabe1e09135 ("soc: qcom: smd-rpm: Match rpmsg channel
instead of compatible")

Fixes: bcabe1e09135 ("soc: qcom: smd-rpm: Match rpmsg channel instead of compatible")
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240729-fix-smd-rpm-v2-1-0776408a94c5@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/smd-rpm.c