On Mon, 29 Jul 2024 at 18:04, Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > > On 29/07/2024 13:04, Dmitry Baryshkov wrote: > > The device node has the compatible string, so the glink channel name > > isn't used for modprobing. Add the qcom,smd-rpm compatible to let the > > module be automatically loaded when required. > > So autoloading is not working? I don't understand whether you are fixing > real issue or just making something complete based on your feelings. Yes, autoloading of smd-rpm is not working since bcabe1e09135, kernel looks for qcom,rpm-FOO rather than the rpmsg:rpm_requests. The obvious fix is to revert the commit, but I don't think that listing all the chipsets there is a correct thing. > > > > Fixes: bcabe1e09135 ("soc: qcom: smd-rpm: Match rpmsg channel instead of compatible") > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > --- > > drivers/soc/qcom/smd-rpm.c | 11 ++++++++++- > > 1 file changed, 10 insertions(+), 1 deletion(-) > > Best regards, > Krzysztof > -- With best wishes Dmitry