aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivia Wen <[email protected]>2024-04-30 09:15:34 +0800
committerMathieu Poirier <[email protected]>2024-04-30 10:44:53 -0600
commitfaba7db431294e0684d08a51b1f04cda75473d93 (patch)
tree0d7410a988edc08f92d2feb1b218cc91a47e03f2
parentc08a824945009aefcb4d70705f195ad15fe26e64 (diff)
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]>
-rw-r--r--include/linux/remoteproc/mtk_scp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/remoteproc/mtk_scp.h b/include/linux/remoteproc/mtk_scp.h
index 7c2b7cc9fe6c..344ff41c22c7 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,
};