lkml.org 
[lkml]   [2022]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V8 7/7] remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXP
    Date
    From: Peng Fan <peng.fan@nxp.com>

    i.MX8QM/QXP M4 could recover without help from Linux, so to support it:
    - enable feature RPROC_FEAT_ATTACH_ON_RECOVERY
    - set recovery_disabled as false

    Signed-off-by: Peng Fan <peng.fan@nxp.com>
    ---
    drivers/remoteproc/imx_rproc.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/remoteproc/imx_rproc.c b/drivers/remoteproc/imx_rproc.c
    index dda4e8a12adf..2c471e46f4ca 100644
    --- a/drivers/remoteproc/imx_rproc.c
    +++ b/drivers/remoteproc/imx_rproc.c
    @@ -948,7 +948,8 @@ static int imx_rproc_detect_mode(struct imx_rproc *priv)
    }

    priv->rproc->state = RPROC_DETACHED;
    - priv->rproc->recovery_disabled = true;
    + priv->rproc->recovery_disabled = false;
    + rproc_set_feature(priv->rproc, RPROC_FEAT_ATTACH_ON_RECOVERY);

    /* Get partition id and enable irq in SCFW */
    ret = imx_sc_rm_get_resource_owner(priv->ipc_handle, priv->rsrc_id, &pt);
    --
    2.37.1
    \
     
     \ /
      Last update: 2022-10-21 06:17    [W:2.085 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site