dt-bindings: mailbox: Add more protocol and client ID
authorHuang Yiwei <quic_hyiwei@quicinc.com>
Mon, 22 Nov 2021 05:05:09 +0000 (13:05 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Wed, 12 Jan 2022 05:47:33 +0000 (23:47 -0600)
Add more protocol and client ID which can be used in device
tree properties.

Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
include/dt-bindings/mailbox/qcom-ipcc.h

index eb91a6c05b71391c8a9ea33f0b3e2e8389f59116..9296d0bb5f34e70adfd1c90c3228b48bb42d6ae1 100644 (file)
@@ -8,6 +8,7 @@
 
 /* Signal IDs for MPROC protocol */
 #define IPCC_MPROC_SIGNAL_GLINK_QMP    0
+#define IPCC_MPROC_SIGNAL_TZ           1
 #define IPCC_MPROC_SIGNAL_SMP2P                2
 #define IPCC_MPROC_SIGNAL_PING         3
 
@@ -29,6 +30,7 @@
 #define IPCC_CLIENT_PCIE1              14
 #define IPCC_CLIENT_PCIE2              15
 #define IPCC_CLIENT_SPSS               16
+#define IPCC_CLIENT_TME                        23
 #define IPCC_CLIENT_WPSS               24
 
 #endif