diff options
author | Huang Yiwei <quic_hyiwei@quicinc.com> | 2021-11-22 06:05:09 +0100 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2022-01-12 06:47:33 +0100 |
commit | 869b6ca39c08c5b10eeb29d4b3c4bc433bf8ba5e (patch) | |
tree | 19df7fbd38bc41d1c344ba37b693d2ee5362f76e /include/dt-bindings/mailbox | |
parent | mailbox: qcom-ipcc: Support interrupt wake up from suspend (diff) | |
download | linux-869b6ca39c08c5b10eeb29d4b3c4bc433bf8ba5e.tar.xz linux-869b6ca39c08c5b10eeb29d4b3c4bc433bf8ba5e.zip |
dt-bindings: mailbox: Add more protocol and client ID
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>
Diffstat (limited to 'include/dt-bindings/mailbox')
-rw-r--r-- | include/dt-bindings/mailbox/qcom-ipcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h index eb91a6c05b71..9296d0bb5f34 100644 --- a/include/dt-bindings/mailbox/qcom-ipcc.h +++ b/include/dt-bindings/mailbox/qcom-ipcc.h @@ -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 |