]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit10e03f2413143e9de09bf96514dd034cf8d5c7e4
treebe872990b61b3957e93735288262cc71fcf90e28
parent361f07df55d4f86dfc9b1b7233810f880885c94c
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