diff mbox series

[v4,4/4] remoteproc: mediatek: Add IMGSYS IPI command

Message ID 20240430011534.9587-5-olivia.wen@mediatek.com (mailing list archive)
State New
Headers show
Series Support MT8188 SCP core 1 | expand

Commit Message

Olivia Wen April 30, 2024, 1:15 a.m. UTC
Add an IPI command definition for communication with IMGSYS through
SCP mailbox.

Signed-off-by: Olivia Wen <olivia.wen@mediatek.com>
---
 include/linux/remoteproc/mtk_scp.h | 1 +
 1 file changed, 1 insertion(+)

Comments

AngeloGioacchino Del Regno April 30, 2024, 7:56 a.m. UTC | #1
Il 30/04/24 03:15, Olivia Wen ha scritto:
> 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>
diff mbox series

Patch

diff --git a/include/linux/remoteproc/mtk_scp.h b/include/linux/remoteproc/mtk_scp.h
index 7c2b7cc9..344ff41 100644
--- a/include/linux/remoteproc/mtk_scp.h
+++ b/include/linux/remoteproc/mtk_scp.h
@@ -43,6 +43,7 @@  enum scp_ipi_id {
 	SCP_IPI_CROS_HOST_CMD,
 	SCP_IPI_VDEC_LAT,
 	SCP_IPI_VDEC_CORE,
+	SCP_IPI_IMGSYS_CMD,
 	SCP_IPI_NS_SERVICE = 0xFF,
 	SCP_IPI_MAX = 0x100,
 };