Skip to content

Commit d2320a0

Browse files
TE-N-ShengjiuWangmathieupoirier
authored andcommitted
remoteproc: imx_rproc: Add IMX_RPROC_SCU_API method
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent ebcd5d5 commit d2320a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/remoteproc/imx_rproc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ enum imx_rproc_method {
2222
IMX_RPROC_MMIO,
2323
/* Through ARM SMCCC */
2424
IMX_RPROC_SMC,
25+
/* Through System Control Unit API */
26+
IMX_RPROC_SCU_API,
2527
};
2628

2729
struct imx_rproc_dcfg {

0 commit comments

Comments
 (0)