Skip to content

Commit

Permalink
remoteproc: imx_rproc: Add IMX_RPROC_SCU_API method
Browse files Browse the repository at this point in the history
On i.MX8QM and i.MX8QXP, most devices are controlled
by System Control Unit, so add IMX_RPROC_SCU_API
method for these platform.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1633944015-789-3-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
  • Loading branch information
Shengjiu Wang authored and Mathieu Poirier committed Oct 12, 2021
1 parent ebcd5d5 commit d2320a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/remoteproc/imx_rproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ enum imx_rproc_method {
IMX_RPROC_MMIO,
/* Through ARM SMCCC */
IMX_RPROC_SMC,
/* Through System Control Unit API */
IMX_RPROC_SCU_API,
};

struct imx_rproc_dcfg {
Expand Down

0 comments on commit d2320a0

Please sign in to comment.