]> Git Repo - J-linux.git/commitdiff
remoteproc/davinci: Mark error recovery as disabled
authorSuman Anna <[email protected]>
Mon, 23 Jul 2018 23:27:57 +0000 (18:27 -0500)
committerBjorn Andersson <[email protected]>
Mon, 13 Aug 2018 18:51:11 +0000 (11:51 -0700)
The Davinci remoteproc driver does not support error recovery at
present, so mark the corresponding remoteproc flag appropriately
so that the debugfs flag shows the value as 'disabled' by default.

Signed-off-by: Suman Anna <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
drivers/remoteproc/da8xx_remoteproc.c

index b668e32996e215bd474f0e0d2060bdf80c13c573..53160d5ed5430d330b7e2c00fd4917dcbee40370 100644 (file)
@@ -284,6 +284,9 @@ static int da8xx_rproc_probe(struct platform_device *pdev)
                goto free_mem;
        }
 
+       /* error recovery is not supported at present */
+       rproc->recovery_disabled = true;
+
        drproc = rproc->priv;
        drproc->rproc = rproc;
        drproc->dsp_clk = dsp_clk;
This page took 0.047978 seconds and 4 git commands to generate.