Commit faba7db4 authored by Olivia Wen's avatar Olivia Wen Committed by Mathieu Poirier
Browse files

remoteproc: mediatek: Add IMGSYS IPI command



Add an IPI command definition for communication with IMGSYS through
SCP mailbox.

Signed-off-by: default avatarOlivia Wen <olivia.wen@mediatek.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240430011534.9587-5-olivia.wen@mediatek.com


Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent c08a8249
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};