Skip to content

Commit

Permalink
dt-bindings: mailbox: Add more protocol and client ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Yiwei authored and Jassi Brar committed Jan 12, 2022
1 parent afaf2ba commit 869b6ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dt-bindings/mailbox/qcom-ipcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 869b6ca

Please sign in to comment.