commit | f454d6100aaa96541fdc648c27e8b3709d69c852 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jun 11 11:45:04 2021 +0300 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Fri Jun 11 16:34:52 2021 +0530 |
tree | be872990b61b3957e93735288262cc71fcf90e28 | |
parent | 18b8c039c30f98829fe5c48091daad3b0d1996cc [diff] |
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>