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>
This commit is contained in:
committed by
Mathieu Poirier
parent
c08a824945
commit
faba7db431
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user