remoteproc: qcom: pas: Make remoteproc name human friendly
authorBjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Tue, 22 Oct 2024 04:21:03 +0000 (04:21 +0000)
committerBjorn Andersson <andersson@kernel.org>
Sat, 16 Nov 2024 03:29:02 +0000 (19:29 -0800)
commitb64b1266d6195d9bbfa75a93b4265fba2d447c86
treef134b1be60c3cd1bbf5b450c31cb7fb8169c96af
parent009e288c989b3fe548a45c82da407d7bd00418a9
remoteproc: qcom: pas: Make remoteproc name human friendly

The remoteproc "name" property is supposed to present the "human
readable" name of the remoteproc, while using the device name is
readable, it's not "friendly".

Instead, use the "sysmon_name" as the identifier for the remoteproc
instance. It matches the typical names used when we speak about each
instance, while still being unique.

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Chris Lew <quic_clew@quicinc.com>
Link: https://lore.kernel.org/r/20241022-rproc-friendly-name-v1-1-350c82b075cb@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/qcom_q6v5_pas.c