Skip to content

Commit faba7db

Browse files
Olivia Wenmathieupoirier
authored andcommitted
remoteproc: mediatek: Add IMGSYS IPI command
Add an IPI command definition for communication with IMGSYS through SCP mailbox. Signed-off-by: Olivia Wen <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent c08a824 commit faba7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/remoteproc/mtk_scp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ enum scp_ipi_id {
4343
SCP_IPI_CROS_HOST_CMD,
4444
SCP_IPI_VDEC_LAT,
4545
SCP_IPI_VDEC_CORE,
46+
SCP_IPI_IMGSYS_CMD,
4647
SCP_IPI_NS_SERVICE = 0xFF,
4748
SCP_IPI_MAX = 0x100,
4849
};

0 commit comments

Comments
 (0)