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 <olivia.wen@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20240430011534.9587-5-olivia.wen@mediatek.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent c08a824 commit faba7db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)