]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 14:33:25 +0000 (16:33 +0200)
commit832653dc7222922b6b73d8bcd731e2f55ac683c7
tree306d9d438895bd8c9e2075fa6eab60de2f17d4aa
parent774c795aa7956021caa82862688b8109318b64ed
Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"

commit b17155133391d7f6dd18d3fb94a7d492fdec18fa upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soc/qcom/smd-rpm.c