remoteproc: k3-r5: remove sysfw PM calls if not supported
authorTero Kristo <t-kristo@ti.com>
Fri, 11 Jun 2021 08:45:04 +0000 (11:45 +0300)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 11:04:52 +0000 (16:34 +0530)
commit25805b6f0cf29cbb8db15ae2f0d4801c2f349985
treebe872990b61b3957e93735288262cc71fcf90e28
parent99214c1f4825a3d2b88ebde1ad48b315c04f16fa
remoteproc: k3-r5: remove sysfw PM calls if not supported

With the sysfw rearch, sysfw PM calls are no longer available from SPL
level. To properly support this, remove the is_on checks and the reset
assertion from the R5 remoteproc driver as these are not supported.
Attempting to access unavailable services will cause the device to hang.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tero Kristo <kristo@kernel.org>
drivers/remoteproc/ti_k3_r5f_rproc.c